style: remove redundant parentheses on boost_delta_json declaration
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
776f1a5302
commit
a7d02aeb10
@ -1300,9 +1300,7 @@ class RefractorBoostAudit(BaseModel):
|
|||||||
battingcard = ForeignKeyField(BattingCard, null=True)
|
battingcard = ForeignKeyField(BattingCard, null=True)
|
||||||
pitchingcard = ForeignKeyField(PitchingCard, null=True)
|
pitchingcard = ForeignKeyField(PitchingCard, null=True)
|
||||||
variant_created = IntegerField()
|
variant_created = IntegerField()
|
||||||
boost_delta_json = (
|
boost_delta_json = TextField() # JSONB in PostgreSQL; TextField for SQLite test compat
|
||||||
TextField()
|
|
||||||
) # JSONB in PostgreSQL; TextField for SQLite test compat
|
|
||||||
applied_at = DateTimeField(default=datetime.now)
|
applied_at = DateTimeField(default=datetime.now)
|
||||||
|
|
||||||
class Meta:
|
class Meta:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user