Skip to content

Commit

Permalink
update code style
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed May 12, 2018
1 parent b08d026 commit d2cb915
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions _unittests/ut_module/test_code_style.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,8 @@ def test_style_test(self):
"skip__' imported but unused",
"skip___' imported but unused",
"Unused variable 'skip_'",
"Unused import src",
"Unused variable 'skip_",
"imported as skip_",
"Imports from package src are not grouped",
"Unused import src",
])


Expand Down

0 comments on commit d2cb915

Please sign in to comment.