mirror of
https://github.com/khoaliber/LetterFeed.git
synced 2026-03-02 21:19:13 +00:00
chore: backend cleanup
This commit is contained in:
@@ -4,7 +4,7 @@ from app.core.database import Base
|
||||
|
||||
|
||||
class Settings(Base):
|
||||
"""Represents application settings, including IMAP configuration."""
|
||||
"""Represents application settings."""
|
||||
|
||||
__tablename__ = "settings"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user