Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
KotlinIsland committed Sep 15, 2024
1 parent 672fde2 commit 9f6bced
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/basedtyping/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,6 @@ def Intersection(self: _BasedSpecialForm, parameters: object) -> object: # noqa
class _TypeFormForm(_BasedSpecialForm, _root=True): # type: ignore[misc]
# TODO: decorator-ify # noqa: TD003
def __init__(self, doc: str):
super().__init__()
self._name = "TypeForm"
self._doc = self.__doc__ = doc

Expand Down

0 comments on commit 9f6bced

Please sign in to comment.