Skip to content

Commit e5bfb28

Browse files
committedJul 30, 2021
Fix skip
1 parent acf43fc commit e5bfb28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎tests/integration/test_projects_using_isort.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def test_typeshed(tmpdir):
9898
"--skip",
9999
f"{tmpdir}/third_party/2and3/yaml/__init__.pyi",
100100
"--skip",
101-
f"{tmpdir}/stdlib/ast.pyi",
101+
"ast.pyi",
102102
)
103103
)
104104

0 commit comments

Comments
 (0)
Please sign in to comment.