Skip to content

Commit bdfb226

Browse files
committed
Fix linter
1 parent b60c113 commit bdfb226

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

tests/beacon/test_helpers.py

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,5 @@
11
import pytest
2-
from hypothesis import (
3-
given,
4-
settings,
5-
strategies as st,
6-
)
72

8-
from eth.utils import bls
9-
from eth.utils.bitfield import (
10-
get_empty_bitfield,
11-
has_voted,
12-
)
133
from eth.beacon.types.attestation_records import AttestationRecord
144
from eth.beacon.types.shard_and_committees import ShardAndCommittee
155
from eth.beacon.helpers import (

0 commit comments

Comments
 (0)