Remove unused lines in selfsigned job

This commit is contained in:
Théophile Diot 2022-12-06 17:35:23 +01:00
parent a4e863f09c
commit 07ab3deb03
No known key found for this signature in database
GPG Key ID: E752C80DB72BB014
1 changed files with 0 additions and 2 deletions

View File

@ -4,8 +4,6 @@ from os import getenv, makedirs
from os.path import isfile
from subprocess import DEVNULL, STDOUT, run
from sys import exit as sys_exit, path as sys_path
from tarfile import open as taropen, TarInfo
from io import BytesIO
from traceback import format_exc
sys_path.append("/usr/share/bunkerweb/deps/python")