Skip to content

Commit

Permalink
Remove unused variable in callback_with_auto_bound_params function
Browse files Browse the repository at this point in the history
  • Loading branch information
abersheeran committed Jan 8, 2024
1 parent 3ffc3f1 commit 0c8774c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kui/wsgi/parameters.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ def _create_new_callback(callback: CallableObject) -> CallableObject:

@functools.wraps(callback)
def callback_with_auto_bound_params(*args, **kwargs) -> Any:
data: List[Tuple[Type[BaseModel], Any]] = []
keyword_params: Dict[str, Any] = {}

need_closes = []
Expand Down

0 comments on commit 0c8774c

Please sign in to comment.