Skip to content

Commit 1b0a162

Browse files
committed
Fix typing issue
1 parent 61613a7 commit 1b0a162

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
@@ -305,6 +305,7 @@ def completed_draws_and_divergences(self, chain_specific: bool = False) -> tuple
305305
"""
306306
# No need to iterate over ZarrChain instances because the zarr group is
307307
# shared between them
308+
idx: int | slice
308309
if chain_specific:
309310
idx = self.chain
310311
else:

0 commit comments

Comments
 (0)