mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-08 05:39:13 +00:00
Use colon rather than equals to indicate typing
This commit is contained in:
@@ -11,4 +11,4 @@ class Migration(migrations.Migration):
|
|||||||
("database", "0010_rename_embeddings_entry_and_more"),
|
("database", "0010_rename_embeddings_entry_and_more"),
|
||||||
]
|
]
|
||||||
|
|
||||||
operations = List[Any] = []
|
operations: List[Any] = []
|
||||||
|
|||||||
Reference in New Issue
Block a user