summaryrefslogtreecommitdiff
path: root/isort/finders.py
diff options
context:
space:
mode:
Diffstat (limited to 'isort/finders.py')
-rw-r--r--isort/finders.py12
1 files changed, 1 insertions, 11 deletions
diff --git a/isort/finders.py b/isort/finders.py
index 07219f07..259ddbb4 100644
--- a/isort/finders.py
+++ b/isort/finders.py
@@ -10,17 +10,7 @@ from abc import ABCMeta, abstractmethod
from fnmatch import fnmatch
from functools import lru_cache
from glob import glob
-from typing import (
- Dict,
- Iterable,
- Iterator,
- List,
- Optional,
- Pattern,
- Sequence,
- Tuple,
- Type,
-)
+from typing import Dict, Iterable, Iterator, List, Optional, Pattern, Sequence, Tuple, Type
from . import sections
from .settings import Config