Alphabetized import statements

This commit is contained in:
2022-06-22 00:07:26 -04:00
parent 0b98dfdb64
commit 0eaccc3edf
+1 -1
View File
@@ -5,8 +5,8 @@ from hmac import new as new_mac
from os import environ, path, system, uname from os import environ, path, system, uname
from pathlib import Path from pathlib import Path
from shutil import rmtree from shutil import rmtree
from sshyp import decrypt, entry_list_gen, shm_gen
from sshync import get_profile from sshync import get_profile
from sshyp import decrypt, entry_list_gen, shm_gen
from steam.guard import generate_twofactor_code as steam_totp from steam.guard import generate_twofactor_code as steam_totp
from struct import pack, unpack from struct import pack, unpack
from sys import argv, exit as s_exit from sys import argv, exit as s_exit