Ignore error (not warning)

This commit is contained in:
Markus Unterwaditzer 2014-12-26 01:23:38 +01:00
parent cdb25d61ec
commit 37cd8aa88d

View file

@ -478,4 +478,4 @@ def test_parse_options():
# Yes, we want a very strong typecheck here, because we actually have
# to differentiate between bool and int, and in Python 2, bool is a
# subclass of int.
assert type(a[key]) is type(expected[key]) # noqa
assert type(a[key]) is type(expected[key]) # NOQA