Skip to content

Commit e672639

Browse files
authored
Merge pull request #181 from static-frame/180/pyi
Corrected pyi file
2 parents bbe2481 + 8823d41 commit e672639

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)