We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 963d2e9 commit 2b4a8edCopy full SHA for 2b4a8ed
stdlib/stat.pyi
@@ -1,5 +1,5 @@
1
import sys
2
-from _stat import *
+from _stat import * # pyright: ignore[reportGeneralTypeIssues]
3
from typing import Final
4
5
# _stat.c defines FILE_ATTRIBUTE_* constants conditionally,
0 commit comments