summaryrefslogtreecommitdiff
path: root/isort/settings.py
diff options
context:
space:
mode:
authorTimothy Edmund Crosley <timothy.crosley@gmail.com>2019-03-11 21:22:42 -0700
committerTimothy Crosley <timothy.crosley@gmail.com>2019-03-23 22:51:37 -0700
commit136b8d90b397fcbcad4e243b1ea75589bf0c565b (patch)
treeb30f530e3dd7b7b47677c3b592b4138eb99d0d23 /isort/settings.py
parentda01262b8f03b70e889d3b1255e041978f6d40d9 (diff)
downloadisort-136b8d90b397fcbcad4e243b1ea75589bf0c565b.tar.gz
Merge pull request #900 from timothycrosley/feature/fix-issue-778
Fix issue #778, deprecating Python3.4 support - starting with removal…
Diffstat (limited to 'isort/settings.py')
-rw-r--r--isort/settings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/isort/settings.py b/isort/settings.py
index 336d0b1e..fca84678 100644
--- a/isort/settings.py
+++ b/isort/settings.py
@@ -117,7 +117,7 @@ default = {'force_to_top': [],
'test', 'textwrap', 'this', 'thread', 'threading', 'time', 'timeit', 'tkinter',
'token', 'tokenize', 'trace', 'traceback', 'tracemalloc', 'ttk', 'tty', 'turtle',
'turtledemo', 'types', 'typing', 'unicodedata', 'unittest', 'urllib', 'urllib2',
- 'urlparse', 'user', 'usercustomize', 'uu', 'uuid', 'venv', 'videoreader',
+ 'urlparse', 'usercustomize', 'uu', 'uuid', 'venv', 'videoreader',
'warnings', 'wave', 'weakref', 'webbrowser', 'whichdb', 'winreg', 'winsound',
'wsgiref', 'xdrlib', 'xml', 'xmlrpc', 'xmlrpclib', 'zipapp', 'zipfile',
'zipimport', 'zlib'],