We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbe2481 commit 8823d41Copy full SHA for 8823d41
src/__init__.pyi
@@ -23,7 +23,7 @@ _TLabel = tp.Union[
23
np.timedelta64,
24
datetime.date,
25
datetime.datetime,
26
- tp.Tuple['_TLabel'],
+ tp.Tuple['_TLabel', ...],
27
]
28
29
class ErrorInitTypeBlocks(RuntimeError):
0 commit comments