Removing logging import from api_api.py

This commit is contained in:
Martin Kristiansen 2023-09-24 15:11:27 -04:00 committed by psychedelicious
parent 35ae9f6e71
commit 0e53b27655

View File

@ -8,7 +8,6 @@ app_config.parse_args()
if True: # hack to make flake8 happy with imports coming after setting up the config
import asyncio
import logging
import mimetypes
import socket
from inspect import signature