Skip to content

Commit 71b595c

Browse files
committed
Fix broken imports
1 parent a8ab3ec commit 71b595c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

eth/beacon/state_machines/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
Type,
88
)
99

10-
from eth.utils.datatypes import (
10+
from eth._utils.datatypes import (
1111
Configurable,
1212
)
1313

eth/beacon/state_machines/state_transitions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
abstractmethod,
44
)
55

6-
from eth.utils.datatypes import (
6+
from eth._utils.datatypes import (
77
Configurable,
88
)
99

0 commit comments

Comments
 (0)