Skip to content

Commit 25ec3c1

Browse files
committed
PyLint test fix.
1 parent 24f40bf commit 25ec3c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_serialization.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
if sys.version_info < (3, 7):
3939
import backports.datetime_fromisoformat # pylint: disable=import-error
4040

41-
backports.datetime_fromisoformat.MonkeyPatch.patch_fromisoformat()
41+
backports.datetime_fromisoformat.MonkeyPatch.patch_fromisoformat() # pylint: disable=no-member
4242

4343

4444
@pytest.mark.asyncio

0 commit comments

Comments
 (0)