summaryrefslogtreecommitdiff
path: root/_test/test_string.py
diff options
context:
space:
mode:
Diffstat (limited to '_test/test_string.py')
-rw-r--r--_test/test_string.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/_test/test_string.py b/_test/test_string.py
index 75890d2..910e38c 100644
--- a/_test/test_string.py
+++ b/_test/test_string.py
@@ -17,7 +17,7 @@ import pytest # type: ignore
import platform
# from ruamel.yaml.compat import ordereddict
-from roundtrip import round_trip, dedent, round_trip_load, round_trip_dump # NOQA
+from roundtrip import round_trip, dedent, round_trip_load, round_trip_dump # type: ignore # NOQA
class TestLiteralScalarString: