Use colon rather than equals to indicate typing

This commit is contained in:
sabaimran 2023-11-21 11:28:51 -08:00
parent a1460a5bf9
commit 333cb3445c

View file

@ -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] = []