Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Fix F811: Redefinition of unused name from line n
· c39222d9
Bastian Blank
authored
May 19, 2018
and
Joerg Jaspert
committed
May 19, 2018
c39222d9
Merge branch 'fix-F811' into 'master'
· 51aabdc1
Joerg Jaspert
authored
May 19, 2018
Fix F811: Redefinition of unused name from line n See merge request
!51
51aabdc1
Show whitespace changes
Inline
Side-by-side
daklib/utils.py
View file @
51aabdc1
...
...
@@ -25,7 +25,6 @@
import
commands
import
codecs
import
datetime
import
email.Header
import
os
import
pwd
import
grp
...
...
setup.cfg
View file @
51aabdc1
...
...
@@ -45,7 +45,6 @@ ignore =
F401,
F403,
F405,
F811,
F812,
F821,
F841,
...
...