fix: address code review feedback - remove extra blank lines from merge

Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-03-17 11:12:21 +00:00
parent c7d67031d4
commit 7e1ed14ee6
3 changed files with 0 additions and 3 deletions
-1
View File
@@ -980,7 +980,6 @@ class ClassificationRuleModel(Base):
__table_args__ = (UniqueConstraint("owner_id", "name", name="uq_classification_rules_owner_name"),)
class MobileDevice(Base):
"""Registered mobile device for push notifications.