Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MAVRICK-1 authored Feb 7, 2024
1 parent f2846d5 commit 03a5228
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion iyp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -704,4 +704,5 @@ def save_cached_object(self, object_name: str, object) -> None:
pickle.dump(object, f)

def clear_cache(self) -> None:
rmtree(self.cache_dir)
rmtree(self.cache_dir)

0 comments on commit 03a5228

Please sign in to comment.