mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-07 13:23:15 +00:00
Add typing to operations in merge migration file
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
# Generated by Django 5.0.10 on 2025-01-20 16:33
|
# Generated by Django 5.0.10 on 2025-01-20 16:33
|
||||||
|
|
||||||
|
from typing import List
|
||||||
|
|
||||||
from django.db import migrations
|
from django.db import migrations
|
||||||
|
|
||||||
|
|
||||||
@@ -9,4 +11,4 @@ class Migration(migrations.Migration):
|
|||||||
("database", "0080_speechtotextmodeloptions_ai_model_api"),
|
("database", "0080_speechtotextmodeloptions_ai_model_api"),
|
||||||
]
|
]
|
||||||
|
|
||||||
operations = []
|
operations: List[str] = []
|
||||||
|
|||||||
Reference in New Issue
Block a user