mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
Ignore error (not warning)
This commit is contained in:
parent
cdb25d61ec
commit
37cd8aa88d
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue