| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
There was a problem hiding this comment.
Agree this seems exactly analogous to the change in #2272.
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Summary
#2272 made errors optional when an extra keyword is passed to **kwargs: Unpack[OpenTypedDict], modifying the expectation in callables_kwargs.py. But typeddicts_extra_items.py contains the same case:
This PR marks the duplicate case optional, for consistency with #2272.