summaryrefslogtreecommitdiff
path: root/_test/test_yamlobject.py
diff options
context:
space:
mode:
Diffstat (limited to '_test/test_yamlobject.py')
-rw-r--r--_test/test_yamlobject.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/_test/test_yamlobject.py b/_test/test_yamlobject.py
index 3f488d3..7f7b14d 100644
--- a/_test/test_yamlobject.py
+++ b/_test/test_yamlobject.py
@@ -4,7 +4,7 @@ import sys
from typing import Any
import pytest # type: ignore # NOQA
-from roundtrip import save_and_run # NOQA
+from roundtrip import save_and_run # type: ignore # NOQA
def test_monster(tmpdir: Any) -> None: