Skip to content

Commit 2a2d0d5

Browse files
committed
fix(spec-tools): Fix lint by adding TODO docstring for Amsterdam init
1 parent e597ce3 commit 2a2d0d5

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed
Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1+
"""
2+
The Amsterdam fork.
13
2-
from ethereum.fork_criteria import Unscheduled, ForkCriteria
4+
TODO: Update with information for included EIPs as other forks do.
5+
"""
6+
7+
from ethereum.fork_criteria import ForkCriteria, Unscheduled
38

49
FORK_CRITERIA: ForkCriteria = Unscheduled(order_index=0)

0 commit comments

Comments
 (0)