Skip to content
GitHub Actions / flake8-your-pr failed May 14, 2024 in 0s

Flake8 Result

    Flake8 Run Summary:

    Total Errors: 3
    Files Checked: 1
    Files with Errors: 1

Details

Flake8 results

Annotations

Check notice on line 10 in dojo/okta.py

See this annotation in the file changed.

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

dojo/okta.py#L10

module level import not at top of file (E402)

Check notice on line 12 in dojo/okta.py

See this annotation in the file changed.

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

dojo/okta.py#L12

module level import not at top of file (E402)

Check notice on line 81 in dojo/okta.py

See this annotation in the file changed.

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

dojo/okta.py#L81

no newline at end of file (W292)