Skip to content

Commit

Permalink
Ignoring module imports not at top of files.
Browse files Browse the repository at this point in the history
  • Loading branch information
puentesarrin committed Feb 26, 2015
1 parent 5e3cbc9 commit c4bf6ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/runtests.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def main():

if has_pep8:
guide_main = pep8.StyleGuide(
ignore=[],
ignore=['E402'],
paths=['asyncflux/'],
exclude=[],
max_line_length=80,
Expand Down

0 comments on commit c4bf6ac

Please sign in to comment.