summaryrefslogtreecommitdiff
path: root/_test/test_documents.py
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2023-05-05 20:08:37 +0200
committerAnthon van der Neut <anthon@mnt.org>2023-05-05 20:08:37 +0200
commita6a96c99a78cdc34e291af8d7d2d17fd1bf42a42 (patch)
tree99c4e94587427d628bb5679a8ee85b8c2487bf01 /_test/test_documents.py
parent199f4f52fa9c1700de3b4d3709de81c34b7402a4 (diff)
downloadruamel.yaml-a6a96c99a78cdc34e291af8d7d2d17fd1bf42a42.tar.gz
fixes issue: 458,454, stackoverflow reports
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: