Remove unused logging
This commit is contained in:
@@ -1,13 +1,10 @@
|
||||
from functools import wraps
|
||||
import logging
|
||||
from typing import Callable, ParamSpec, Tuple, Union
|
||||
|
||||
from werkzeug.wrappers.response import Response
|
||||
|
||||
from .error import error
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
# Decorator type hinting is hard.
|
||||
# What a view can return (str or Response or (Response, xxx))
|
||||
ViewReturn = Union[
|
||||
|
||||
Reference in New Issue
Block a user