Skip to content

Commit

Permalink
chore: capitalize start of docstring to stop flake8 grumbling
Browse files Browse the repository at this point in the history
  • Loading branch information
danceratopz committed Jul 27, 2023
1 parent 679e9c0 commit 4ea1cd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ethereum_test_forks/forks/forks.py
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ def header_excess_blob_gas_required(cls, block_number: int, timestamp: int) -> b
@classmethod
def header_blob_gas_used_required(cls, block_number: int, timestamp: int) -> bool:
"""
blob gas used is required starting from Cancun.
Blob gas used is required starting from Cancun.
"""
return True

Expand Down

0 comments on commit 4ea1cd9

Please sign in to comment.