mirror of https://github.com/langgenius/dify.git
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