Commit 21f104e
fix: use bare type: ignore for service_account call in GCSPipelineStore
Specific-code ignore[no-untyped-call] triggers unused-ignore under strict
mode when the google stubs are absent. Bare type: ignore suppresses the
error without risking unused-ignore.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent e3e6ef4 commit 21f104e
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
174 | 174 | | |
175 | 175 | | |
176 | 176 | | |
177 | | - | |
| 177 | + | |
178 | 178 | | |
179 | 179 | | |
180 | 180 | | |
| |||
0 commit comments