Skip to content

Commit 506a90f

Browse files
committed
chore: remove unused import json from blockchain_call.py
json module not referenced - aiohttp handles JSON serialization.
1 parent 8f7169a commit 506a90f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

quantara/web_app/contract_tools/blockchain_call.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
"""
1010

1111
import asyncio
12-
import json
1312
import logging
1413
import os
1514
from decimal import Decimal

0 commit comments

Comments
 (0)