summaryrefslogtreecommitdiff
path: root/mixins.py
diff options
context:
space:
mode:
Diffstat (limited to 'mixins.py')
-rw-r--r--mixins.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/mixins.py b/mixins.py
index e4623136..f9037245 100644
--- a/mixins.py
+++ b/mixins.py
@@ -19,7 +19,7 @@
"""
from astroid.exceptions import (AstroidBuildingException, InferenceError,
- NotFoundError)
+ NotFoundError)
class BlockRangeMixIn(object):
@@ -120,5 +120,3 @@ class FromImportMixIn(FilterStmtsMixin):
return name
raise NotFoundError(asname)
-
-