Skip to content

Commit

Permalink
Remove main function
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrykGala committed Nov 15, 2022
1 parent cc68d1b commit 407acda
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/neptune/new/cli/clear_command.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,3 @@ def clear(path: Path):
clear_runner = ClearRunner(backend=backend)

clear_runner.clear(path)


if __name__ == "__main__":
clear()

0 comments on commit 407acda

Please sign in to comment.