summaryrefslogtreecommitdiff
path: root/examples/custom.py
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2019-03-09 11:22:36 +0100
committerClaudiu Popa <pcmanticore@gmail.com>2019-03-20 09:07:35 +0100
commit5ab140ac3b3dda6f32e0f73aeec09abf015ea30f (patch)
treee0f633c7e63f7e0183c676c4d9e94d7986309b88 /examples/custom.py
parenta422e9750843f3b41a6919b9a5fa2c7d54593394 (diff)
downloadpylint-git-5ab140ac3b3dda6f32e0f73aeec09abf015ea30f.tar.gz
Style - Apply isort on all apllicable files
Diffstat (limited to 'examples/custom.py')
-rw-r--r--examples/custom.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/custom.py b/examples/custom.py
index 54c2937b1..039b018b8 100644
--- a/examples/custom.py
+++ b/examples/custom.py
@@ -1,7 +1,7 @@
import astroid
-from pylint.interfaces import IAstroidChecker
from pylint.checkers import BaseChecker
+from pylint.interfaces import IAstroidChecker
# This is our checker class.