chore(api): ignore google.cloud.storage in MyPy

This commit is contained in:
QuantumGhost 2025-08-26 12:45:04 +08:00
parent f762c969b3
commit bdfb31f332
1 changed files with 3 additions and 0 deletions

View File

@ -20,3 +20,6 @@ ignore_missing_imports=True
[mypy-flask_restx.inputs]
ignore_missing_imports=True
[mypy-google.cloud.storage]
ignore_missing_imports=True