Reformat code

master
Felix Stupp 11 months ago
parent 70be1210d3
commit f7e53f3097
Signed by: zocker
GPG Key ID: 93E1BD26F6B02FB7

@ -202,7 +202,6 @@ class Tag(db.Entity, Tagable, TagProto["Tag"]):
class TagKey(db.Entity):
num_id: int = orm.PrimaryKey(int, auto=True)
tag_key: str = orm.Required(str, unique=True)
"""Format: <domain>[/<kind>][/<id>]

Loading…
Cancel
Save