Fixed ruff E7

pull/1052/head
as3ii 2026-01-08 20:06:12 +01:00
parent f88f5fe2a3
commit 8f7113fd3e
No known key found for this signature in database
GPG Key ID: 6B8188396CF3EB82
1 changed files with 0 additions and 5 deletions

View File

@ -210,11 +210,6 @@ class Attachment(Base):
}
from sqlalchemy import Column, DateTime, String, Integer, Boolean, JSON, ForeignKey, Index
from sqlalchemy.orm import relationship
from datetime import datetime, timezone
class BroadcastMessage(Base):
__tablename__ = "broadcast_messages"