Remove unused import

This commit is contained in:
Aaron Dewes 2022-05-20 10:12:53 +02:00 committed by GitHub
parent a5e74fa1d2
commit 80ead94dbd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

1
karen
View File

@ -2,7 +2,6 @@
import socket
import os
import time
rootDir = os.path.dirname(os.path.abspath(__file__))
os.chdir(rootDir)