what a pointless warning
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
parent
d5708d22e0
commit
609e9a00b4
|
@ -1,5 +1,5 @@
|
|||
"""Docker controller"""
|
||||
from subprocess import SubprocessError
|
||||
from subprocess import SubprocessError # nosec
|
||||
from time import sleep
|
||||
from typing import Optional
|
||||
from urllib.parse import urlparse
|
||||
|
|
Reference in New Issue