Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make use of flake8-import-order to ensure some additional consistency #92

Merged
merged 1 commit into from
Jul 15, 2014

Conversation

alex
Copy link
Member

@alex alex commented Jul 15, 2014

Also fixes existing violators :-)

I'm not wild about the ordering of::

from nacl import signing
import nacl.c
from nacl.exceptions import SomeException

But that's fine, a solution might be to remove the import nacl.c style.

Also fixes existing violators :-)

I'm not wild about the ordering of::

    from nacl import signing
    import nacl.c
    from nacl.exceptions import SomeException

But that's fine, a solution might be to remove the ``import nacl.c`` style.
@coveralls
Copy link

Coverage Status

Coverage remained the same when pulling f7473e1 on alex:flake8 into c591a09 on pyca:master.

dreid added a commit that referenced this pull request Jul 15, 2014
Make use of flake8-import-order to ensure some additional consistency
@dreid dreid merged commit 3a149a1 into pyca:master Jul 15, 2014
@alex alex deleted the flake8 branch July 15, 2014 16:48
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 9, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants