Skip to content

Commit 22450c9

Browse files
committed
fix(mongodb): silence mypy in tests with file-level directive
1 parent 3b2c003 commit 22450c9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scaleway/scaleway/mongodb/v1/tests/test_custom_api.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
from scaleway.mongodb.v1.api import MongodbV1API
77
from tests.utils import initialize_client_test
88

9+
# mypy: ignore-errors
910

1011

1112
@pytest.mark.parametrize("method_name", ["create_snapshot", "update_snapshot"])

0 commit comments

Comments
 (0)