diff options
author | Claudiu Popa <pcmanticore@gmail.com> | 2020-03-13 12:36:48 +0100 |
---|---|---|
committer | Claudiu Popa <pcmanticore@gmail.com> | 2020-03-13 12:36:48 +0100 |
commit | 16ed52ec500388aff2277a7144fc8138afb6f796 (patch) | |
tree | 5cd490574d2dbae5da1f5a61a47e6559752b824b | |
parent | bd85d3b70d76b94bfb5b104bfe46daab965c51af (diff) | |
download | pylint-git-16ed52ec500388aff2277a7144fc8138afb6f796.tar.gz |
Fix isort issue
-rw-r--r-- | pylint/config.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pylint/config.py b/pylint/config.py index 5b09a74f6..8b71b7f70 100644 --- a/pylint/config.py +++ b/pylint/config.py @@ -48,6 +48,7 @@ import time from typing import Any, Dict, Tuple import toml + from pylint import utils USER_HOME = os.path.expanduser("~") |