Skip to content

Commit

Permalink
Remove unnecessary declaration of Protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
yousefmoazzam committed Jul 18, 2024
1 parent dbec68d commit 12a6c8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion httomo/block_interfaces.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ def is_last_in_chunk(self) -> bool:
... # pragma: no cover


class Block(BlockData, BlockIndexing, BlockTransfer, Protocol):
class Block(BlockData, BlockIndexing, BlockTransfer):
"""
All behaviour required for a block type to be processed by implementors of
`MethodWrapper`
Expand Down

0 comments on commit 12a6c8c

Please sign in to comment.