Lower line-length to default and don't add from __future__ import annotations to everything
This commit is contained in:
parent
dcc4cecb8d
commit
1118c03c1b
46 changed files with 2338 additions and 1085 deletions
|
|
@ -1,5 +1,5 @@
|
|||
# Generated by Django 6.0.2 on 2026-02-12 12:00
|
||||
from __future__ import annotations
|
||||
|
||||
|
||||
from django.contrib.postgres.indexes import GinIndex
|
||||
from django.db import migrations
|
||||
|
|
@ -19,6 +19,9 @@ class Migration(migrations.Migration):
|
|||
),
|
||||
migrations.AddIndex(
|
||||
model_name="dropcampaign",
|
||||
index=GinIndex(fields=["operation_names"], name="twitch_drop_operati_gin_idx"),
|
||||
index=GinIndex(
|
||||
fields=["operation_names"],
|
||||
name="twitch_drop_operati_gin_idx",
|
||||
),
|
||||
),
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue