Skip to content

Commit d013a28

Browse files
committed
fix: isort
1 parent 0af0eaf commit d013a28

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/aleph/sdk/client/vmclient.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@
33
import logging
44
import sys
55
from typing import Any, Tuple
6+
67
import aiohttp
8+
from eth_account import Account
79
from eth_account.messages import encode_defunct
810
from jwcrypto import jwk
911
from jwcrypto.jwa import JWA
10-
from eth_account import Account
1112

1213
logger = logging.getLogger(__name__)
1314

0 commit comments

Comments
 (0)