Merge pull request #2291 from aaugustin/fix-flake8-F841

Fix F841 flake8 warning
This commit is contained in:
Thomas Wolf
2019-12-25 22:37:42 +01:00
committed by GitHub
17 changed files with 14 additions and 41 deletions

View File

@@ -25,5 +25,5 @@ multi_line_output = 3
use_parentheses = True
[flake8]
ignore = E203, E501, F841, W503
ignore = E203, E501, W503
max-line-length = 119