mirror of
https://github.com/langgenius/dify.git
synced 2026-03-14 13:51:33 +08:00
chore(api): ignore google.cloud.storage in MyPy
This commit is contained in:
parent
f762c969b3
commit
bdfb31f332
@ -20,3 +20,6 @@ ignore_missing_imports=True
|
||||
|
||||
[mypy-flask_restx.inputs]
|
||||
ignore_missing_imports=True
|
||||
|
||||
[mypy-google.cloud.storage]
|
||||
ignore_missing_imports=True
|
||||
|
||||
Loading…
Reference in New Issue
Block a user