From 983cfb0fee07f32a41bd4a00fce58338ce74adb0 Mon Sep 17 00:00:00 2001 From: ChaoticByte <9070224-ChaoticByte@users.noreply.gitlab.com> Date: Sat, 11 Feb 2023 21:31:35 +0100 Subject: [PATCH] Removed one unnecessary import in _bootstrap.py --- scripts/_bootstrap.py | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/_bootstrap.py b/scripts/_bootstrap.py index e65485e..7a04618 100755 --- a/scripts/_bootstrap.py +++ b/scripts/_bootstrap.py @@ -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