mirror of
https://github.com/langgenius/dify.git
synced 2026-03-23 15:27:53 +08:00
feat: mypy for all type check (#10921)
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
import pytest
|
||||
from tos import TosClientV2
|
||||
from tos import TosClientV2 # type: ignore
|
||||
|
||||
from extensions.storage.volcengine_tos_storage import VolcengineTosStorage
|
||||
from tests.unit_tests.oss.__mock.base import (
|
||||
|
||||
Reference in New Issue
Block a user