We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 680ea2e commit 592b53eCopy full SHA for 592b53e
1 file changed
esis/_caching.py
@@ -1,7 +1,7 @@
1
import pathlib
2
import joblib
3
4
-_path_cache = pathlib.Path(__file__).parent.parent / '.cache'
+_path_cache = pathlib.Path(__file__).parent.parent / ".cache"
5
6
memory = joblib.Memory(
7
location=_path_cache,
0 commit comments