chore: Remove unused imports

This commit is contained in:
Mike Wang
2023-12-31 01:10:18 +08:00
parent b09a058e0f
commit 30acbaadaa

View File

@@ -19,13 +19,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
'''
import os
import re
import sys
import time
import socket
import struct
import platform
import subprocess
__version__ = "2.0-dev"