Skip to content

Commit a4ed988

Browse files
authored
Remove duplicate line in setup.cfg (#9380)
1 parent 23701ea commit a4ed988

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

setup.cfg

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ ignore =
3434
F401 # module imported but unused
3535
W504 # line break after binary operator
3636
E127 # continuation line over-indented for visual indent
37-
W504 # line break after binary operator
3837
E231 # missing whitespace after ‘,’, ‘;’, or ‘:’
3938
E501 # line too long
4039
F403 # ‘from module import *’ used; unable to detect undefined names

0 commit comments

Comments
 (0)