This commit is contained in:
wutingjia
2024-10-16 11:38:04 +08:00
parent cbf6f8fc7d
commit 8f3292a4d6
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.