Skip to content

Commit a6b7cf5

Browse files
zeevdrclaude
andcommitted
chore(mypy): suppress import-untyped for google.rpc (no stubs in googleapis-common-protos)
Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 62fadca commit a6b7cf5

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

sdk/pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,10 @@ ignore_errors = true
7575
module = "grpc.*"
7676
ignore_missing_imports = true
7777

78+
[[tool.mypy.overrides]]
79+
module = "google.rpc.*"
80+
ignore_missing_imports = true
81+
7882
[tool.pytest.ini_options]
7983
testpaths = ["tests"]
8084
asyncio_mode = "auto"

0 commit comments

Comments
 (0)