mirror of
https://github.com/rwinkhart/sshyp-labs.git
synced 2026-09-05 16:47:29 -04:00
sshyp-mfa - Removed unused imports
This commit is contained in:
@@ -1,9 +1,8 @@
|
|||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
from base64 import b32decode
|
from base64 import b32decode
|
||||||
from configparser import ConfigParser
|
from configparser import ConfigParser
|
||||||
from os import environ, listdir, path, uname
|
from os import environ, listdir, uname
|
||||||
from os.path import expanduser, isdir, isfile
|
from os.path import expanduser, isdir, isfile
|
||||||
from sshync import get_profile
|
|
||||||
from sshyp import decrypt, shm_gen, whitelist_verify
|
from sshyp import decrypt, shm_gen, whitelist_verify
|
||||||
from subprocess import PIPE, Popen, run
|
from subprocess import PIPE, Popen, run
|
||||||
from sys import argv, exit as s_exit
|
from sys import argv, exit as s_exit
|
||||||
|
|||||||
Reference in New Issue
Block a user