We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40ce897 commit 5075364Copy full SHA for 5075364
discovery.py
@@ -170,7 +170,7 @@ def inferred_deps():
170
types.SimpleNamespace(name=imp.relative_to(base(module)), module=module)
171
for module in filter(is_python, source_files())
172
for imp in imports.get_module_imports(module)
173
- if not imp.standard()
+ if not imp.excluded()
174
)
175
for imp in itertools.filterfalse(is_local, imps):
176
# TODO(#30): Handle resolution errors gracefully
0 commit comments