mirror of https://github.com/DJ2LS/FreeDATA.git
Fixed ruff E7
parent
f88f5fe2a3
commit
8f7113fd3e
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue