We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d83531f commit e596130Copy full SHA for e596130
Lib/pathlib/__init__.py
@@ -12,7 +12,7 @@
12
import posixpath
13
import sys
14
from errno import *
15
-from glob import _StringGlobber, _no_recurse_symlinks
+from glob import _StringGlobber, _no_recurse_symlinks # type: ignore[attr-defined]
16
from itertools import chain
17
from stat import S_ISDIR, S_ISREG, S_ISSOCK, S_ISBLK, S_ISCHR, S_ISFIFO
18
from _collections_abc import Sequence
0 commit comments