Merge pull request #60 from christianlouis/code-health-unused-imports-models-init-5127216271700083315
🧹 [code health improvement] Silence unused imports in models/__init__.py and fix frontend ESLint dependency
This commit is contained in:
@@ -16,16 +16,16 @@ from app.models.database_models import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
__all__ = [
|
__all__ = [
|
||||||
"User",
|
|
||||||
"MailAccount",
|
|
||||||
"ProcessingRun",
|
|
||||||
"ProcessingLog",
|
|
||||||
"NotificationConfig",
|
|
||||||
"MailServerPreset",
|
|
||||||
"SubscriptionPlan",
|
|
||||||
"AuditLog",
|
|
||||||
"SubscriptionTier",
|
|
||||||
"MailProtocol",
|
|
||||||
"AccountStatus",
|
"AccountStatus",
|
||||||
|
"AuditLog",
|
||||||
|
"MailAccount",
|
||||||
|
"MailProtocol",
|
||||||
|
"MailServerPreset",
|
||||||
"NotificationChannel",
|
"NotificationChannel",
|
||||||
|
"NotificationConfig",
|
||||||
|
"ProcessingLog",
|
||||||
|
"ProcessingRun",
|
||||||
|
"SubscriptionPlan",
|
||||||
|
"SubscriptionTier",
|
||||||
|
"User",
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user