Skip to content

Commit

Permalink
remove unnecesary cast
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasdiener committed Aug 14, 2024
1 parent ea1462c commit 191422d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pytato/distributed/partition.py
Original file line number Diff line number Diff line change
Expand Up @@ -771,10 +771,6 @@ def find_distributed_partition(
if isinstance(comm_batches_or_exc, Exception):
raise comm_batches_or_exc

comm_batches = cast(
Sequence[list[CommunicationOpIdentifier]],
comm_batches_or_exc)

# }}}

# {{{ create (local) parts out of batch ids
Expand Down

0 comments on commit 191422d

Please sign in to comment.