Skip to content

Commit 134b40b

Browse files
committed
Fix typing issue
1 parent 83ecf8d commit 134b40b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pymc/backends/zarr.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,7 @@ def completed_draws_and_divergences(self, chain_specific: bool = True) -> tuple[
297297
"""
298298
# No need to iterate over ZarrChain instances because the zarr group is
299299
# shared between them
300+
idx: int | slice
300301
if chain_specific:
301302
idx = self.chain
302303
else:

0 commit comments

Comments
 (0)