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 4288a09 commit bd85624Copy full SHA for bd85624
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