Skip to content

Commit

Permalink
Remove the trailing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
hwwhww committed Oct 7, 2021
1 parent f8d178a commit e821dda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/generators/epoch_processing/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
'inactivity_updates',
'participation_flag_updates',
'sync_committee_updates',
]},
]}
altair_mods = combine_mods(_new_altair_mods, phase_0_mods)

# No epoch-processing changes in Merge and previous testing repeats with new types, so no additional tests required.
Expand Down
2 changes: 1 addition & 1 deletion tests/generators/fork_choice/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# PowBlock's which should be resolved by `get_pow_block(hash: Hash32) -> PowBlock` function
_new_merge_mods = {key: 'eth2spec.test.merge.fork_choice.test_' + key for key in [
'on_merge_block',
]},
]}
merge_mods = combine_mods(_new_merge_mods, altair_mods)

all_mods = {
Expand Down

0 comments on commit e821dda

Please sign in to comment.