Alphabetized import statements

This commit is contained in:
2022-03-02 05:45:01 -05:00
parent b8896a6b58
commit 2385f669f8
2 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -3,12 +3,12 @@
# external modules
from os import environ, listdir, path, remove, system, walk
from shutil import copy, get_terminal_size, move, rmtree
from sys import argv, exit as s_exit
from pathlib import Path
import random
from shutil import copy, get_terminal_size, move, rmtree
import sshync
import string
from sys import argv, exit as s_exit
from textwrap import fill