Skip to content

Commit

Permalink
Fix resetting the cache directory (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkanche authored May 28, 2024
1 parent 3daf3d8 commit 5f2d588
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/scrnaseq/fetch_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,6 @@ def fetch_dataset(
or one of its subclasses.
"""

cache_dir = cache_directory(cache_dir)

version_path = save_version(
package, name, version, cache_dir=cache_dir, overwrite=overwrite
)
Expand Down

0 comments on commit 5f2d588

Please sign in to comment.