mirror of
https://github.com/langgenius/dify.git
synced 2026-05-04 09:28:04 +08:00
fix: mypy issues
This commit is contained in:
@ -173,9 +173,8 @@ class PluginMigration:
|
||||
"""
|
||||
Extract model tables.
|
||||
|
||||
NOTE: rename google to gemini
|
||||
"""
|
||||
models = []
|
||||
models: list[str] = []
|
||||
table_pairs = [
|
||||
("providers", "provider_name"),
|
||||
("provider_models", "provider_name"),
|
||||
|
||||
Reference in New Issue
Block a user