Skip to content

Commit

Permalink
type ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
pjbull committed Sep 20, 2024
1 parent 2a5152e commit b2d405e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudpathlib/cloudpath.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def _make_selector(pattern_parts, _flavour, case_sensitive=True): # noqa: F811

from .legacy.glob import _make_selector # noqa: F811
else:
from pathlib import _PathParents
from pathlib import _PathParents # type: ignore[attr-defined]


from cloudpathlib.enums import FileCacheMode
Expand Down

0 comments on commit b2d405e

Please sign in to comment.