Skip to content

Commit fad4e20

Browse files
committed
🎨 sorting imports
1 parent 1c90514 commit fad4e20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/communex/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import gc
12
import hashlib
23
import json
34
import queue
@@ -8,7 +9,6 @@
89
from dataclasses import dataclass
910
from time import sleep
1011
from typing import Any, Mapping, TypeVar, cast
11-
import gc
1212

1313
import websocket
1414
from substrateinterface import ExtrinsicReceipt, Keypair, SubstrateInterface

0 commit comments

Comments
 (0)