summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaudiu Popa <pcmanticore@gmail.com>2020-04-27 11:17:50 +0200
committerClaudiu Popa <pcmanticore@gmail.com>2020-04-27 11:17:50 +0200
commit83bed57114eed45b1f90521c1d2e8e8dcebf0c1b (patch)
treeb1c560760d57e199cd52a6eeb87241dcaf26df8d
parentf8be3ba3dd61fae141087359538c731ddd70368a (diff)
downloadpylint-git-83bed57114eed45b1f90521c1d2e8e8dcebf0c1b.tar.gz
Fix formatting
-rw-r--r--pylint/config.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pylint/config.py b/pylint/config.py
index 82e271ff0..452ec3dfc 100644
--- a/pylint/config.py
+++ b/pylint/config.py
@@ -52,6 +52,7 @@ import time
from typing import Any, Dict, Tuple
import toml
+
from pylint import utils
USER_HOME = os.path.expanduser("~")