forked from VimPlug/jedi
Fixed a few failing tests, that were failing, because of the qualified_names changes
This commit is contained in:
@@ -210,7 +210,7 @@ class ImportName(AbstractNameDefinition):
|
||||
if module_names is None:
|
||||
return module_names
|
||||
return module_names + (self.string_name,)
|
||||
return self.string_name
|
||||
return (self.string_name,)
|
||||
return ()
|
||||
|
||||
@property
|
||||
|
||||
Reference in New Issue
Block a user