Skip to content

Commit

Permalink
fix: linter issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Kohulan committed Jun 29, 2023
1 parent 20f5291 commit 839c0a2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion DECIMER/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -381,4 +381,3 @@ def download_trained_weights(model_url: str, model_path: str, verbose=1):
# Delete zipfile after downloading
if Path(model_path).exists():
Path(model_path).unlink()

0 comments on commit 839c0a2

Please sign in to comment.