summaryrefslogtreecommitdiff
path: root/tests/test_input_string_transform_factory.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_input_string_transform_factory.py')
-rw-r--r--tests/test_input_string_transform_factory.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_input_string_transform_factory.py b/tests/test_input_string_transform_factory.py
index d89dd77..6a08318 100644
--- a/tests/test_input_string_transform_factory.py
+++ b/tests/test_input_string_transform_factory.py
@@ -5,7 +5,7 @@ from typing import Callable
import pytest
from hypothesis import example, given
from hypothesis.strategies import integers, text
-from natsort.ns_enum import NS_DUMB, NSType, ns
+from natsort.ns_enum import NSType, NS_DUMB, ns
from natsort.utils import input_string_transform_factory