summaryrefslogtreecommitdiff
path: root/_test/test_a_dedent.py
diff options
context:
space:
mode:
Diffstat (limited to '_test/test_a_dedent.py')
-rw-r--r--_test/test_a_dedent.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/_test/test_a_dedent.py b/_test/test_a_dedent.py
index e13a54b..569171c 100644
--- a/_test/test_a_dedent.py
+++ b/_test/test_a_dedent.py
@@ -1,6 +1,6 @@
# coding: utf-8
-from roundtrip import dedent
+from roundtrip import dedent # type: ignore
class TestDedent: