summaryrefslogtreecommitdiff
path: root/pylint/lint.py
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2019-03-09 11:23:15 +0100
committerClaudiu Popa <pcmanticore@gmail.com>2019-03-20 09:07:35 +0100
commit2d525d68249cf00c4dbb521e331e99b481a113c3 (patch)
tree29ab4faad229c838ab74b97349fd9922cd14613e /pylint/lint.py
parent5ab140ac3b3dda6f32e0f73aeec09abf015ea30f (diff)
downloadpylint-git-2d525d68249cf00c4dbb521e331e99b481a113c3.tar.gz
Style - Re-Apply black following the isort cleanup
Change with isort triggered change with black.
Diffstat (limited to 'pylint/lint.py')
-rw-r--r--pylint/lint.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/pylint/lint.py b/pylint/lint.py
index d02410fa0..25129ecb1 100644
--- a/pylint/lint.py
+++ b/pylint/lint.py
@@ -86,7 +86,6 @@ except ImportError:
multiprocessing = None # type: ignore
-
MANAGER = astroid.MANAGER