mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-22 13:21:26 +08:00
strip_imports -> follow_imports
This commit is contained in:
@@ -784,7 +784,7 @@ class Import(Simple):
|
||||
import foo.bar
|
||||
"""
|
||||
return not self.alias and not self.from_ns \
|
||||
and len(self.namespace.names) > 1 \
|
||||
and len(self.namespace.names) > 1
|
||||
|
||||
|
||||
class KeywordStatement(Base):
|
||||
|
||||
Reference in New Issue
Block a user