what a pointless warning

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
Jens Langhammer 2023-04-24 16:17:29 +03:00
parent d5708d22e0
commit 609e9a00b4
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -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