Skip to content

Commit 6828846

Browse files
authored
Add List type import to api.py
1 parent 38a939e commit 6828846

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • anyway/views/user_system

anyway/views/user_system/api.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
from dataclasses import dataclass
99
from functools import wraps
1010
from http import HTTPStatus
11+
from typing import List
1112

1213
from flask import Response, request, Request, jsonify, current_app, redirect, g
1314
from flask_login import current_user, login_user, logout_user, LoginManager

0 commit comments

Comments
 (0)