Skip to content

Commit 45d2877

Browse files
authored
Update docs/source/tutorial/3-troubleshooting.ipynb
1 parent 4c3d993 commit 45d2877

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/tutorial/3-troubleshooting.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@
223223
"outputs": [],
224224
"source": [
225225
"import cloudpickle as cp\n",
226-
"from pydra.utils import user_cache_dir\n",
226+
"from pydra.utils.general import user_cache_dir\n",
227227
"\n",
228228
"run_cache = user_cache_dir / \"run-cache\"\n",
229229
"\n",

0 commit comments

Comments
 (0)