mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-09 05:39:12 +00:00
Add typing to empty list of operations
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
# Generated by Django 5.0.10 on 2025-01-21 18:42
|
# Generated by Django 5.0.10 on 2025-01-21 18:42
|
||||||
|
from typing import List
|
||||||
|
|
||||||
from django.db import migrations
|
from django.db import migrations
|
||||||
|
|
||||||
@@ -9,4 +10,4 @@ class Migration(migrations.Migration):
|
|||||||
("database", "0081_merge_20250120_1633"),
|
("database", "0081_merge_20250120_1633"),
|
||||||
]
|
]
|
||||||
|
|
||||||
operations = []
|
operations: List[str] = []
|
||||||
|
|||||||
Reference in New Issue
Block a user