Skip to content

Commit 592b53e

Browse files
committed
black
1 parent 680ea2e commit 592b53e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

esis/_caching.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import pathlib
22
import joblib
33

4-
_path_cache = pathlib.Path(__file__).parent.parent / '.cache'
4+
_path_cache = pathlib.Path(__file__).parent.parent / ".cache"
55

66
memory = joblib.Memory(
77
location=_path_cache,

0 commit comments

Comments
 (0)