mirror of https://github.com/zulip/zulip.git
Hide 'redefinition of unused' pyflakes errors
(imported from commit d5c0129c40121f8bca8f2ebedde8fcbf03d718f2)
This commit is contained in:
parent
79ef54d6fa
commit
6c57a9ec26
|
@ -121,6 +121,7 @@ def check_pyflakes():
|
|||
for ln in pipe:
|
||||
if options.full or not \
|
||||
('imported but unused' in ln or
|
||||
'redefinition of unused' in ln or
|
||||
("zephyr_mirror_backend.py:" in ln and
|
||||
"redefinition of unused 'simplejson' from line" in ln)):
|
||||
sys.stdout.write(ln)
|
||||
|
|
Loading…
Reference in New Issue