forked from open-webui/open-webui
Remove some extraneous imports
This commit is contained in:
parent
4fceb404bd
commit
44799e2018
2 changed files with 1 additions and 9 deletions
|
@ -5,12 +5,7 @@ import uuid
|
||||||
from peewee import *
|
from peewee import *
|
||||||
|
|
||||||
from apps.web.models.users import UserModel, Users
|
from apps.web.models.users import UserModel, Users
|
||||||
from utils.utils import (
|
from utils.utils import verify_password
|
||||||
verify_password,
|
|
||||||
get_password_hash,
|
|
||||||
bearer_scheme,
|
|
||||||
create_token,
|
|
||||||
)
|
|
||||||
|
|
||||||
from apps.web.internal.db import DB
|
from apps.web.internal.db import DB
|
||||||
|
|
||||||
|
|
|
@ -25,9 +25,6 @@ from apps.web.models.tags import (
|
||||||
Tags,
|
Tags,
|
||||||
)
|
)
|
||||||
|
|
||||||
from utils.utils import (
|
|
||||||
bearer_scheme,
|
|
||||||
)
|
|
||||||
from constants import ERROR_MESSAGES
|
from constants import ERROR_MESSAGES
|
||||||
|
|
||||||
router = APIRouter()
|
router = APIRouter()
|
||||||
|
|
Loading…
Reference in a new issue