Skip to content

Commit cde8bbc

Browse files
tcoratgerclaude
andauthored
refactor(testing): drop redundant pass in abstract fork name() (#1163)
The docstring is a complete method body, so the trailing pass is dead filler. Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 19a7824 commit cde8bbc

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • packages/testing/src/consensus_testing/forks

packages/testing/src/consensus_testing/forks/base.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,3 @@ class BaseFork(ABC, metaclass=BaseForkMeta):
2222
@abstractmethod
2323
def name(cls) -> str:
2424
"""Fork name as it appears in the network field of generated fixtures."""
25-
pass

0 commit comments

Comments
 (0)