commit cdb7bdd7776ff3bc1deaee97fbbd6a4616ed020f
parent 243f0e325c3904681577b90ce43d2b4edcd685ef
Author: lash <dev@holbrook.no>
Date: Sat, 11 Feb 2023 05:54:23 +0000
Remove unused imports in cli
Diffstat:
3 files changed, 0 insertions(+), 7 deletions(-)
diff --git a/python/eth_address_declarator/runnable/add.py b/python/eth_address_declarator/runnable/add.py
@@ -6,8 +6,6 @@
# standard imports
import os
-import json
-import argparse
import logging
# external imports
diff --git a/python/eth_address_declarator/runnable/publish.py b/python/eth_address_declarator/runnable/publish.py
@@ -8,8 +8,6 @@
# standard imports
import sys
import os
-import json
-import argparse
import logging
from hexathon import (
add_0x,
diff --git a/python/eth_address_declarator/runnable/view.py b/python/eth_address_declarator/runnable/view.py
@@ -6,10 +6,7 @@
"""
# standard imports
-import urllib
import os
-import json
-import argparse
import logging
import sys