Skip to content

Commit 9704e17

Browse files
committed
Remove unnecessary import statement
1 parent eec09eb commit 9704e17

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

eth/beacon/helpers.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@
4141

4242
if TYPE_CHECKING:
4343
from eth.beacon.enums import SignatureDomain # noqa: F401
44-
from eth.beacon.types.attestation_records import AttestationRecord # noqa: F401
4544
from eth.beacon.types.attestation_data import AttestationData # noqa: F401
4645
from eth.beacon.types.blocks import BaseBeaconBlock # noqa: F401
4746
from eth.beacon.types.states import BeaconState # noqa: F401

0 commit comments

Comments
 (0)