remove unused imports

This commit is contained in:
poka 2023-09-09 09:44:27 +02:00
parent e0ba392671
commit 51ae54484c
4 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python3
import argparse, sys, os, getpass, string, random
import argparse, sys, os, string, random
from os.path import join, dirname
from shutil import copyfile
from dotenv import load_dotenv

View File

@ -1,4 +1,4 @@
import sys, re, json, requests, base64
import requests
from time import time
from lib.cesiumCommon import CesiumCommon
from lib.gvaWallets import ListWallets

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python3
import sys, re, os.path, json, ast
import sys, json
from termcolor import colored
from lib.natools import fmt, sign, get_privkey
from gql import gql, Client

View File

@ -1,4 +1,4 @@
import sys, re, json, requests, base64
import sys, json, requests, base64
from time import time
from lib.cesiumCommon import CesiumCommon, PUBKEY_REGEX