Skip to content

Commit 89fcbfb

Browse files
committed
Merge branch 'master' of github.com:InvestmentSystems/arraykit
2 parents 4069be9 + e672639 commit 89fcbfb

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)