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 f02d43a commit 3055936Copy full SHA for 3055936
tests/test_shadowed_module.py
@@ -13,7 +13,7 @@
13
def unrecognized_dependencies(tree):
14
"""
15
Finds unrecognized imports in the AST for a Python module. In an empty
16
- environment, the set of non-standard library modules are returned.
+ environment the set of non-standard library modules is returned.
17
18
unrecognized_dependency = set()
19
package_name = lambda name: name.split(".")[0]
0 commit comments