1
0
forked from VimPlug/jedi

Get invalid INDENTs working.

The following DEDENT's are removed.
This commit is contained in:
Dave Halter
2015-01-12 12:22:57 +01:00
parent ef72f4fb6c
commit 582b9b01af
3 changed files with 12 additions and 4 deletions

View File

@@ -431,7 +431,6 @@ class Class(use_metaclass(CachedMetaClass, Wrapper)):
yield self.names_dict
else:
for scope in self.py__mro__(self._evaluator):
print(scope.names_dict)
if isinstance(scope, compiled.CompiledObject):
yield scope.names_dicts(False, is_instance)[0]
else: