Skip to content

Commit

Permalink
Fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
thomass-dev committed Jan 28, 2025
1 parent 50c28d7 commit 96d39c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions skore/src/skore/project/project.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ def __init__(
self.view_repository.put_view("default", View(layout=[]))

def clear(self):
"""Clear project."""
rmtree(self.__item_storage_dirpath, ignore_errors=True)
rmtree(self.__view_storage_dirpath, ignore_errors=True)

Expand Down

0 comments on commit 96d39c6

Please sign in to comment.