Skip to content

Using #noqa and still get: I100 Import statements are in the wrong order. #136

Description

@JohnVillalovos

Trying to use latest version of flake8-import-order from PyPi and got the error:

ironic_inspector/test/functional.py:17:1: I100 Import statements are in the wrong order. import contextlib should be before import eventlet

Code here:
https://github.com/openstack/ironic-inspector/blob/b81c14282477266a1302014357da99b565149a09/ironic_inspector/test/functional.py#L14-L17

The eventlet import needs to be first. We have a '#noqa' on that line but getting the error. Any ideas?

Thanks for the plugin! :)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions