Skip to content

Commit bf8f115

Browse files
committed
Fix: import bytes_from_hex is now in utils
1 parent 2ab3a35 commit bf8f115

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/aleph/sdk/chains/substrate.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99

1010
from ..conf import settings
1111
from ..exceptions import BadSignatureError
12-
from .common import BaseAccount, bytes_from_hex, get_verification_buffer
12+
from .common import BaseAccount, get_verification_buffer
13+
from ..utils import bytes_from_hex
1314

1415
logger = logging.getLogger(__name__)
1516

0 commit comments

Comments
 (0)