This commit is contained in:
wutingjia
2024-10-16 11:38:04 +08:00
parent c962f4d720
commit e5749f83c9
2 changed files with 3 additions and 1 deletions

View File

@@ -325,6 +325,7 @@ def test_duplicated_import(Script):
s = 'from os import path as pp, p'
assert 'path' not in import_names(s)
def test_path_issues(Script):
"""
See pull request #684 for details.