summaryrefslogtreecommitdiffstats
path: root/tests/unittests/test_markdown_doc_render.py
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tests/unittests/test_markdown_doc_render.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unittests/test_markdown_doc_render.py b/tests/unittests/test_markdown_doc_render.py
index 0538299..0c66260 100644
--- a/tests/unittests/test_markdown_doc_render.py
+++ b/tests/unittests/test_markdown_doc_render.py
@@ -6,7 +6,7 @@ https://github.com/antirez/redis-doc/commit/02b3d1a345093c1794fd86273e9d516fffd3
"""
import pytest
-from importlib_resources import read_text
+from importlib.resources import read_text
from iredis.commands import commands_summary
from iredis.data import commands as commands_data