Skip to content

[quickfix] everyone can see all product types

Sign in for the full log view
GitHub Actions / flake8-your-pr failed Jan 9, 2024

Flake8 Result

    Flake8 Run Summary:

    Total Errors: 5
    Files Checked: 1
    Files with Errors: 1

Details

Flake8 results

Annotations

Check notice on line 2 in dojo/product_type/queries.py

See this annotation in the file changed.

@github-actions github-actions / flake8-your-pr

dojo/product_type/queries.py#L2

'django.db.models.Exists' imported but unused (F401)

Check notice on line 2 in dojo/product_type/queries.py

See this annotation in the file changed.

@github-actions github-actions / flake8-your-pr

dojo/product_type/queries.py#L2

'django.db.models.OuterRef' imported but unused (F401)

Check notice on line 2 in dojo/product_type/queries.py

See this annotation in the file changed.

@github-actions github-actions / flake8-your-pr

dojo/product_type/queries.py#L2

'django.db.models.Q' imported but unused (F401)

Check notice on line 4 in dojo/product_type/queries.py

See this annotation in the file changed.

@github-actions github-actions / flake8-your-pr

dojo/product_type/queries.py#L4

'dojo.authorization.authorization.get_roles_for_permission' imported but unused (F401)

Check notice on line 15 in dojo/product_type/queries.py

See this annotation in the file changed.

@github-actions github-actions / flake8-your-pr

dojo/product_type/queries.py#L15

expected 2 blank lines, found 1 (E302)