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

disable flake8 on the two out-of-order "import nacl" lines #124

Merged
merged 1 commit into from Mar 4, 2015

Commits on Mar 4, 2015

  1. disable flake8 on the two out-of-order "import nacl" lines

    These imports must necessarily appear "out of order" (in violation of
    flake8's rules), so disable flake8 checking for them without reducing
    coverage of anything else.
    warner committed Mar 4, 2015
    Copy the full SHA
    49edbd1 View commit details
    Browse the repository at this point in the history