style: apply ruff formatting

This commit is contained in:
3252a8
2026-06-02 15:32:19 +03:00
parent c4d2d0a2fe
commit 4d86015d25
6 changed files with 7 additions and 13 deletions
+1 -3
View File
@@ -409,9 +409,7 @@ class LegacyReferralCode(Base):
user = relationship("User")
__table_args__ = (
UniqueConstraint("source", "code", name="uq_legacy_referral_source_code"),
)
__table_args__ = (UniqueConstraint("source", "code", name="uq_legacy_referral_source_code"),)
class LegacyImportMapping(Base):