Skip to content

Commit 1d78096

Browse files
committed
fix.
1 parent e70c0d1 commit 1d78096

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/_pytask/nodes.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
from _pytask.typing import NoDefault
2121
from attrs import define
2222
from attrs import field
23-
from upath import UPathStatResult
23+
from upath._stat import UPathStatResult
2424

2525

2626
if TYPE_CHECKING:

0 commit comments

Comments
 (0)