summaryrefslogtreecommitdiff
path: root/astroid/helpers.py
diff options
context:
space:
mode:
authorClaudiu Popa <pcmanticore@gmail.com>2017-12-15 10:16:07 +0100
committerClaudiu Popa <pcmanticore@gmail.com>2017-12-15 10:16:07 +0100
commit8c3ce1817c23b2461a6ea5626f92214050f3f936 (patch)
treefc549e48735fcd01bcad6f4453864f1488b049e6 /astroid/helpers.py
parent9fd8d28fa2587b7bdee59d4339eba43b8a53cba0 (diff)
downloadastroid-git-8c3ce1817c23b2461a6ea5626f92214050f3f936.tar.gz
Remove unreachable code
Diffstat (limited to 'astroid/helpers.py')
-rw-r--r--astroid/helpers.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/astroid/helpers.py b/astroid/helpers.py
index 52647d88..26aa07f9 100644
--- a/astroid/helpers.py
+++ b/astroid/helpers.py
@@ -107,7 +107,6 @@ def safe_infer(node, context=None):
return None# there is some kind of ambiguity
except StopIteration:
return value
- return None
def has_known_bases(klass, context=None):