summaryrefslogtreecommitdiff
path: root/isort/sorting.py
diff options
context:
space:
mode:
Diffstat (limited to 'isort/sorting.py')
-rw-r--r--isort/sorting.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/isort/sorting.py b/isort/sorting.py
index abd6bdbd..34f88699 100644
--- a/isort/sorting.py
+++ b/isort/sorting.py
@@ -1,5 +1,5 @@
import re
-from typing import Any, Callable, Iterable, List, Optional
+from typing import Any, Callable, Iterable, List, Optional
from .settings import Config