Keith Blaha added the comment:
> TBH this is not very elegant, but I think you can go ahead with this (at
> least as a quick fix) since I don't see a better solution yet.
Agreed, given that the current workaround of implementing them in the same
module works I think I will stic
New submission from Keith Blaha :
Copied from https://github.com/python/typing/issues/737
I came across this issue while using inheritance to express required keys in a
TypedDict, as is recommended by the docs.
It's most easily explained by a minimal example I cooked up. Let's say