summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2024-04-18 14:35:39 -0700
committerDylan Baker <dylan@pnwbakers.com>2024-04-24 20:40:34 -0700
commitf603a266eca1d8138c37946a7f4ae3f3903c7e45 (patch)
treeceba04b7bfa111f07bd1b6eeecfe52148b57dbfa /.github/workflows
parentcf0fecfcef77235257546a43811559aa08b6c5de (diff)
downloadmeson-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