Commit 4daf9cc
authored
fix: fix mypy (#15496)
Towards #15104
This is needed to unblock
#15457 .
See follow up issue
googleapis/proto-plus-python#558 for the
`prerelease` presubmit failure.
See the following mypy failure for `grafeas`
```
2026-01-16T22:02:28.7158467Z grafeas/grafeas_v1/services/grafeas/client.py:362: error: Incompatible default for argument "transport" (default has type "None", argument has type "str | GrafeasTransport")
```1 parent 1f4c286 commit 4daf9ccCopy full SHA for 4daf9cc
2 files changed
+4-4Lines changed: 4 additions & 4 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- .librarian/generator-input/client-post-processing
- packages/grafeas/grafeas/grafeas_v1/services/grafeas
Expand file treeCollapse file tree
Open diff view settings
Collapse file
.librarian/generator-input/client-post-processing/unique-grafeas-client.yaml
Copy file name to clipboardExpand all lines: .librarian/generator-input/client-post-processing/unique-grafeas-client.yaml+2-2Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1957 | 1957 | |
1958 | 1958 | |
1959 | 1959 | |
1960 | | - |
| 1960 | + |
1961 | 1961 | |
1962 | 1962 | |
1963 | 1963 | |
1964 | 1964 | |
1965 | 1965 | |
1966 | | - |
| 1966 | + |
1967 | 1967 | |
1968 | 1968 | |
1969 | 1969 | |
|
Collapse file
packages/grafeas/grafeas/grafeas_v1/services/grafeas/client.py
Copy file name to clipboardExpand all lines: packages/grafeas/grafeas/grafeas_v1/services/grafeas/client.py+2-2Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
359 | 359 | |
360 | 360 | |
361 | 361 | |
362 | | - |
| 362 | + |
363 | 363 | |
364 | 364 | |
365 | 365 | |
366 | 366 | |
367 | 367 | |
368 | | - |
| 368 | + |
369 | 369 | |
370 | 370 | |
371 | 371 | |
|
0 commit comments