diff options
Diffstat (limited to 'mixins.py')
-rw-r--r-- | mixins.py | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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) - - |