summaryrefslogtreecommitdiff
path: root/isort/settings.py
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2019-12-26 22:41:12 -0800
committerTimothy Crosley <timothy.crosley@gmail.com>2019-12-26 22:41:12 -0800
commit6009a180237aa9ba070cb0b14178b83d457e6069 (patch)
tree5b530701b351d78389e204e09c194a95825319ae /isort/settings.py
parent8baea2dd7c1ae2ee2c9331fed81b01c8f4d2569e (diff)
downloadisort-6009a180237aa9ba070cb0b14178b83d457e6069.tar.gz
Black formattingp
Diffstat (limited to 'isort/settings.py')
-rw-r--r--isort/settings.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/isort/settings.py b/isort/settings.py
index 607c67b6..1bdc35cb 100644
--- a/isort/settings.py
+++ b/isort/settings.py
@@ -43,6 +43,7 @@ from .wrap_modes import from_string as wrap_mode_from_string
try:
import toml
+
except ImportError:
toml = None # type: ignore