eth-address-index

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit cdb7bdd7776ff3bc1deaee97fbbd6a4616ed020f
parent 243f0e325c3904681577b90ce43d2b4edcd685ef
Author: lash <dev@holbrook.no>
Date:   Sat, 11 Feb 2023 05:54:23 +0000

Remove unused imports in cli

Diffstat:
Mpython/eth_address_declarator/runnable/add.py | 2--
Mpython/eth_address_declarator/runnable/publish.py | 2--
Mpython/eth_address_declarator/runnable/view.py | 3---
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