Skip to content

Commit 3055936

Browse files
docstring
1 parent f02d43a commit 3055936

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_shadowed_module.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
def unrecognized_dependencies(tree):
1414
"""
1515
Finds unrecognized imports in the AST for a Python module. In an empty
16-
environment, the set of non-standard library modules are returned.
16+
environment the set of non-standard library modules is returned.
1717
"""
1818
unrecognized_dependency = set()
1919
package_name = lambda name: name.split(".")[0]

0 commit comments

Comments
 (0)