Fixed E702 flake8 errors

multiple statements on one line (semicolon)
This commit is contained in:
Andras Tim 2017-07-17 01:25:10 +02:00
parent 85141a419f
commit bf259d3c93
1 changed files with 1 additions and 1 deletions

View File

@ -196,6 +196,6 @@ filterwarnings =
ignore:.*inspect.getargspec.*deprecated, use inspect.signature.*:DeprecationWarning
[flake8]
ignore = E702,E704,E712,E731
ignore = E704,E712,E731
max-line-length = 120
exclude = _pytest/vendored_packages/pluggy.py