remove unused import

This commit is contained in:
edgd1er 2022-05-13 07:12:19 +02:00
parent 17bc78f534
commit 6e5ad3c00b
No known key found for this signature in database
GPG key ID: F7B8E0D6C867CCAE

View file

@ -95,9 +95,6 @@ def start_kms():
# Main
if (__name__ == "__main__"):
# Do not import for minimal
if os.getenv('TYPE', '') != "MINIMAL":
import sqlite_web
loggersrv = logging.getLogger('logsrv')
loggersrv.setLevel(log_level_bootstrap)
streamhandler = logging.StreamHandler(sys.stdout)