diff options
author | Claudiu Popa <pcmanticore@gmail.com> | 2017-12-15 10:16:07 +0100 |
---|---|---|
committer | Claudiu Popa <pcmanticore@gmail.com> | 2017-12-15 10:16:07 +0100 |
commit | 8c3ce1817c23b2461a6ea5626f92214050f3f936 (patch) | |
tree | fc549e48735fcd01bcad6f4453864f1488b049e6 /astroid/helpers.py | |
parent | 9fd8d28fa2587b7bdee59d4339eba43b8a53cba0 (diff) | |
download | astroid-git-8c3ce1817c23b2461a6ea5626f92214050f3f936.tar.gz |
Remove unreachable code
Diffstat (limited to 'astroid/helpers.py')
-rw-r--r-- | astroid/helpers.py | 1 |
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): |