We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e70c0d1 commit 1d78096Copy full SHA for 1d78096
src/_pytask/nodes.py
@@ -20,7 +20,7 @@
20
from _pytask.typing import NoDefault
21
from attrs import define
22
from attrs import field
23
-from upath import UPathStatResult
+from upath._stat import UPathStatResult
24
25
26
if TYPE_CHECKING:
0 commit comments