Remove _typed_dict_test_helper.py that is now included in the source tarball

epel9
Jonny Heggheim 2 years ago
parent 2ee4f67b6e
commit 8bed89157c

@ -1,8 +0,0 @@
from __future__ import annotations
from typing import Generic, Optional, T
from typing_extensions import TypedDict
class FooGeneric(TypedDict, Generic[T]):
a: Optional[T]
Loading…
Cancel
Save