Removed useless import statement

This commit is contained in:
2021-11-15 19:30:14 -05:00
parent 27eab28fc9
commit 83ef92da63
-1
View File
@@ -12,7 +12,6 @@
from os import environ, remove, system from os import environ, remove, system
from shutil import copy, move, rmtree from shutil import copy, move, rmtree
from sys import argv from sys import argv
from time import sleep
import random import random
import sshync import sshync
import string import string