Remove unused logger
This commit is contained in:
parent
27afab461d
commit
57c292def1
1 changed files with 0 additions and 4 deletions
|
|
@ -1,11 +1,7 @@
|
|||
import logging
|
||||
|
||||
from fastapi import APIRouter, BackgroundTasks, Header, Request
|
||||
|
||||
from .controller import controller
|
||||
|
||||
_logger = logging.getLogger(__name__)
|
||||
|
||||
router = APIRouter()
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue