Skip to content

Commit 251e756

Browse files
authored
Merge pull request #1362 from davep/export-typing-types
Export the types that _typing.py imports and makes available
2 parents 29ef8e8 + 29a9827 commit 251e756

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/textual/_typing.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,5 @@
99
from typing import Final, Literal, Protocol, TypedDict
1010
else:
1111
from typing_extensions import Final, Literal, Protocol, TypedDict
12+
13+
__all__ = ["TypeAlias", "Final", "Literal", "Protocol", "TypedDict"]

0 commit comments

Comments
 (0)