summaryrefslogtreecommitdiff
path: root/examples/custom.py
diff options
context:
space:
mode:
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.