We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 639c649 commit 08d3283Copy full SHA for 08d3283
bpython/importcompletion.py
@@ -101,7 +101,7 @@ def attr_matches(
101
102
def module_attr_matches(self, name: str) -> Set[str]:
103
"""Only attributes which are modules to replace name with"""
104
- return self.attr_matches(name, prefix="", only_modules=True)
+ return self.attr_matches(name, only_modules=True)
105
106
def complete(self, cursor_offset: int, line: str) -> Optional[Set[str]]:
107
"""Construct a full list of possibly completions for imports."""
0 commit comments