Skip to content

Commit 7cf01aa

Browse files
committed
.
1 parent d48d4e9 commit 7cf01aa

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

test_cases/stdlib/check_pathlib.py

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# pyright: strict
2+
from __future__ import annotations
3+
24
from pathlib import Path
35

4-
if Path("asdf") == "asdf": ... # type: ignore
6+
if Path("asdf") == "asdf": # type: ignore
7+
...

0 commit comments

Comments
 (0)