Skip to content

Commit 659aa6c

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
1 parent d48d4e9 commit 659aa6c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test_cases/stdlib/check_pathlib.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# pyright: strict
22
from pathlib import Path
33

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

0 commit comments

Comments
 (0)