Skip to content

Commit 8823d41

Browse files
committed
corrected pyi
1 parent bbe2481 commit 8823d41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/__init__.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ _TLabel = tp.Union[
2323
np.timedelta64,
2424
datetime.date,
2525
datetime.datetime,
26-
tp.Tuple['_TLabel'],
26+
tp.Tuple['_TLabel', ...],
2727
]
2828

2929
class ErrorInitTypeBlocks(RuntimeError):

0 commit comments

Comments
 (0)