mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 14:04:26 +08:00
remove untested legacy code
This commit is contained in:
@@ -111,9 +111,6 @@ class Instance(use_metaclass(cache.CachedMetaClass, Executable)):
|
|||||||
add_self_dot_name(n)
|
add_self_dot_name(n)
|
||||||
|
|
||||||
for s in self.base.get_super_classes():
|
for s in self.base.get_super_classes():
|
||||||
if s == self.base:
|
|
||||||
# I don't know how this could happen... But saw it once.
|
|
||||||
continue
|
|
||||||
names += Instance(s).get_self_properties()
|
names += Instance(s).get_self_properties()
|
||||||
|
|
||||||
return names
|
return names
|
||||||
|
|||||||
Reference in New Issue
Block a user