mirror of
https://github.com/langgenius/dify.git
synced 2026-08-28 21:23:22 +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]
|
[mypy-flask_restx.inputs]
|
||||||
ignore_missing_imports=True
|
ignore_missing_imports=True
|
||||||
|
|
||||||
|
[mypy-google.cloud.storage]
|
||||||
|
ignore_missing_imports=True
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user