Removed one unnecessary import in _bootstrap.py
This commit is contained in:
parent
be38d1885f
commit
983cfb0fee
1 changed files with 0 additions and 1 deletions
|
@ -8,7 +8,6 @@ from atexit import register as register_exithandler
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
from signal import SIGINT
|
from signal import SIGINT
|
||||||
from subprocess import Popen
|
from subprocess import Popen
|
||||||
from sys import path as sys_path
|
|
||||||
from sys import stdout, stderr
|
from sys import stdout, stderr
|
||||||
from time import sleep
|
from time import sleep
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue