Skip to content

Commit 3f72031

Browse files
[autofix.ci] apply automated fixes
1 parent 19f68f2 commit 3f72031

File tree

1 file changed

+1
-1
lines changed
  • api/controllers/inner_api/plugin

1 file changed

+1
-1
lines changed

api/controllers/inner_api/plugin/wraps.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from collections.abc import Callable
22
from functools import wraps
3-
from typing import ParamSpec, TypeVar, cast, overload
3+
from typing import ParamSpec, TypeVar, overload
44

55
from flask import current_app, request
66
from flask_login import user_logged_in

0 commit comments

Comments
 (0)