Fix failing CI

This commit is contained in:
rubenwardy
2025-08-25 13:53:31 +01:00
parent e03c8f04e1
commit 1c2a56e784
3 changed files with 10 additions and 2 deletions

View File

@@ -46,6 +46,9 @@ class PackageValidationNote:
self.buttons.append((url, label))
return self
def __repr__(self):
return str(self.message)
def is_package_name_taken(normalised_name: str) -> bool:
return Package.query.filter(