Skip to content

Commit

Permalink
💄 fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rgaudin committed Jun 14, 2024
1 parent 7999b2e commit ebb41c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/api/database/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def is_ready(self) -> bool:
validate_language("Language", self.languages)
validate_tags("Tags", self.tags)

except ValueError as exc:
except ValueError:
return False

Check warning on line 59 in backend/api/database/models.py

View check run for this annotation

Codecov / codecov/patch

backend/api/database/models.py#L58-L59

Added lines #L58 - L59 were not covered by tests
return True

Expand Down

0 comments on commit ebb41c8

Please sign in to comment.