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

This commit is contained in:
Jonny Heggheim 2023-02-15 12:07:35 +02:00
parent 2ee4f67b6e
commit 8bed89157c

View File

@ -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]