Remove unused logger

This commit is contained in:
Stéphane Bidoul 2021-11-20 15:04:49 +01:00
parent 27afab461d
commit 57c292def1
No known key found for this signature in database
GPG key ID: BCAB2555446B5B92

View file

@ -1,11 +1,7 @@
import logging
from fastapi import APIRouter, BackgroundTasks, Header, Request
from .controller import controller
_logger = logging.getLogger(__name__)
router = APIRouter()