mirror of
https://github.com/webclinic017/drift.git
synced 2026-07-27 18:57:55 +00:00
8dd2d88740
* chore(Linter): reformatted code with black * Create black.yaml
7 lines
142 B
Python
7 lines
142 B
Python
from diskcache import Cache
|
|
|
|
cache_1 = Cache(".cachedir/feature_selection")
|
|
cache_2 = Cache(".cachedir/data")
|
|
cache_1.clear()
|
|
cache_2.clear()
|