diff options
| author | Dylan Baker <dylan@pnwbakers.com> | 2024-04-18 14:35:39 -0700 |
|---|---|---|
| committer | Dylan Baker <dylan@pnwbakers.com> | 2024-04-24 20:40:34 -0700 |
| commit | f603a266eca1d8138c37946a7f4ae3f3903c7e45 (patch) | |
| tree | ceba04b7bfa111f07bd1b6eeecfe52148b57dbfa /.github/workflows | |
| parent | cf0fecfcef77235257546a43811559aa08b6c5de (diff) | |
| download | meson-f603a266eca1d8138c37946a7f4ae3f3903c7e45.tar.gz | |
backend: fix type annotation of Backend.generate
`func(value: dict = None)` is invalid, it must be `func(value: dict |
None = None)`, or in our older syntax: `T.Optional[T.Dict] = None`
Diffstat (limited to '.github/workflows')
0 files changed, 0 insertions, 0 deletions
