summaryrefslogtreecommitdiff
path: root/tests/test_natsorted.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_natsorted.py')
-rw-r--r--tests/test_natsorted.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_natsorted.py b/tests/test_natsorted.py
index 2945d00..d043ab4 100644
--- a/tests/test_natsorted.py
+++ b/tests/test_natsorted.py
@@ -6,10 +6,10 @@ See the README or the natsort homepage for more details.
from operator import itemgetter
from typing import List, Tuple, Union
-from natsort.ns_enum import NSType
import pytest
from natsort import as_utf8, natsorted, ns
+from natsort.ns_enum import NSType
from pytest import raises