summaryrefslogtreecommitdiff
path: root/_test/test_documents.py
diff options
context:
space:
mode:
Diffstat (limited to '_test/test_documents.py')
-rw-r--r--_test/test_documents.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/_test/test_documents.py b/_test/test_documents.py
index 7c6e2e6..43bd8f4 100644
--- a/_test/test_documents.py
+++ b/_test/test_documents.py
@@ -2,7 +2,7 @@
import pytest # type: ignore # NOQA
-from roundtrip import round_trip, round_trip_load_all, round_trip_dump_all
+from roundtrip import round_trip, round_trip_load_all, round_trip_dump_all # type: ignore
class TestDocument: