summaryrefslogtreecommitdiff
path: root/tests/test_ext_doctest.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_ext_doctest.py')
-rw-r--r--tests/test_ext_doctest.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_ext_doctest.py b/tests/test_ext_doctest.py
index 4aad0d274..7137af31b 100644
--- a/tests/test_ext_doctest.py
+++ b/tests/test_ext_doctest.py
@@ -9,6 +9,7 @@
:license: BSD, see LICENSE for details.
"""
import os
+
import pytest
from packaging.specifiers import InvalidSpecifier
from packaging.version import InvalidVersion