Skip to content
This repository has been archived by the owner on Jul 22, 2023. It is now read-only.

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 9860260 commit af7744e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions _unittests/ut_module/test_code_style.py
Expand Up @@ -73,10 +73,9 @@ def test_code_style_test(self):
"skip__' imported but unused",
"skip___' imported but unused",
"Unused variable 'skip_'",
"Unused import src",
"Unused variable 'skip_",
"imported as skip_",
"Redefining name 'path' from outer scope",
"Unused import src",
],
extended=[("fLOG", _extended_refactoring)])

Expand Down

0 comments on commit af7744e

Please sign in to comment.