Skip to content

Commit 2b4a8ed

Browse files
committed
fix pyright
1 parent 963d2e9 commit 2b4a8ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/stat.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import sys
2-
from _stat import *
2+
from _stat import * # pyright: ignore[reportGeneralTypeIssues]
33
from typing import Final
44

55
# _stat.c defines FILE_ATTRIBUTE_* constants conditionally,

0 commit comments

Comments
 (0)