Add type of operation variable in latest migration

This commit is contained in:
Debanjum Singh Solanky
2023-11-26 00:38:18 -08:00
parent 3e252036c3
commit 5a6547677c

View File

@@ -9,4 +9,4 @@ class Migration(migrations.Migration):
("database", "0020_speechtotextmodeloptions_and_more"),
]
operations = []
operations: list = []