Removed one unnecessary import in _bootstrap.py

This commit is contained in:
ChaoticByte 2023-02-11 21:31:35 +01:00
parent be38d1885f
commit 983cfb0fee

View file

@ -8,7 +8,6 @@ from atexit import register as register_exithandler
from pathlib import Path
from signal import SIGINT
from subprocess import Popen
from sys import path as sys_path
from sys import stdout, stderr
from time import sleep