Skip to content

Commit

Permalink
fix(project): remove unused CACHED_PATH_CACHE_ROOT variable
Browse files Browse the repository at this point in the history
  • Loading branch information
entelecheia committed Aug 9, 2023
1 parent 828e03d commit 32de561
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/hyfi/project/project.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ def initialize(self):
if self.num_workers:
self.dotenv.HYFI_NUM_WORKERS = self.num_workers
self.dotenv.HYFI_VERBOSE = self.verbose
self.dotenv.CACHED_PATH_CACHE_ROOT = str(self.path.cache_dir / "cached_path")

if self.joblib:
self.joblib.init_backend()
Expand Down

0 comments on commit 32de561

Please sign in to comment.