mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-23 23:48:56 +01:00
Use colon rather than equals to indicate typing
This commit is contained in:
parent
a1460a5bf9
commit
333cb3445c
1 changed files with 1 additions and 1 deletions
|
@ -11,4 +11,4 @@ class Migration(migrations.Migration):
|
|||
("database", "0010_rename_embeddings_entry_and_more"),
|
||||
]
|
||||
|
||||
operations = List[Any] = []
|
||||
operations: List[Any] = []
|
||||
|
|
Loading…
Reference in a new issue