Removing unused module (time)

master
TitanE 10 months ago
parent d0718b4f32
commit e771a7e24a

@ -3,7 +3,6 @@ try:
from tabulate import tabulate
from pysqlcipher3 import dbapi2 as sc
from pyotp import TOTP
from time import time
from math import log2
from password_strength import PasswordStats
from getpass import getpass as gp
@ -216,7 +215,7 @@ quit - quit the program
elif command == 'e':
edit()
elif command == 'v':
print("keyvault: v1.0.2")
print("keyvault: v1.0.3")
elif command == 'g':
gen()
elif command == 's':

Loading…
Cancel
Save