Ignore another annoying flake8 message.

This commit is contained in:
David Wilson 2018-05-28 02:33:47 +01:00
parent d2714752ee
commit dd48c41332
1 changed files with 1 additions and 1 deletions

View File

@ -6,5 +6,5 @@ omit =
mitogen/compat/* mitogen/compat/*
[flake8] [flake8]
ignore = E402,E128,W503 ignore = E402,E128,W503,E731
exclude = mitogen/compat exclude = mitogen/compat