Remove unused imports in cli

This commit is contained in:
lash 2023-02-11 05:54:23 +00:00
parent 243f0e325c
commit cdb7bdd777
Signed by: lash
GPG Key ID: 21D2E7BB88C2A746
3 changed files with 0 additions and 7 deletions

View File

@ -6,8 +6,6 @@
# standard imports
import os
import json
import argparse
import logging
# external imports

View File

@ -8,8 +8,6 @@
# standard imports
import sys
import os
import json
import argparse
import logging
from hexathon import (
add_0x,

View File

@ -6,10 +6,7 @@
"""
# standard imports
import urllib
import os
import json
import argparse
import logging
import sys