forked from VimPlug/jedi
finally fixed the most prominent bug, that is being featured on the front page of github-jedi -> class methods shouldn't return their params as a completion
This commit is contained in:
+1
-1
@@ -25,7 +25,7 @@ class ModuleNotFound(Exception):
|
||||
pass
|
||||
|
||||
|
||||
class ImportPath(object):
|
||||
class ImportPath(parsing.Base):
|
||||
"""
|
||||
An ImportPath is the path of a `parsing.Import` object.
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user