summaryrefslogtreecommitdiff
path: root/pylint/checkers/exceptions.py
diff options
context:
space:
mode:
Diffstat (limited to 'pylint/checkers/exceptions.py')
-rw-r--r--pylint/checkers/exceptions.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pylint/checkers/exceptions.py b/pylint/checkers/exceptions.py
index b66ff8d..4cf5629 100644
--- a/pylint/checkers/exceptions.py
+++ b/pylint/checkers/exceptions.py
@@ -17,10 +17,10 @@
import inspect
import sys
-import astroid
-from six.moves import builtins
import six
+from six.moves import builtins
+import astroid
from pylint.checkers import BaseChecker
from pylint.checkers.utils import (
is_raising,