Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
open-webui
Commits
44799e20
Commit
44799e20
authored
Feb 01, 2024
by
Tim Farrell
Browse files
Remove some extraneous imports
parent
4fceb404
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
9 deletions
+1
-9
backend/apps/web/models/auths.py
backend/apps/web/models/auths.py
+1
-6
backend/apps/web/routers/chats.py
backend/apps/web/routers/chats.py
+0
-3
No files found.
backend/apps/web/models/auths.py
View file @
44799e20
...
...
@@ -5,12 +5,7 @@ import uuid
from
peewee
import
*
from
apps.web.models.users
import
UserModel
,
Users
from
utils.utils
import
(
verify_password
,
get_password_hash
,
bearer_scheme
,
create_token
,
)
from
utils.utils
import
verify_password
from
apps.web.internal.db
import
DB
...
...
backend/apps/web/routers/chats.py
View file @
44799e20
...
...
@@ -25,9 +25,6 @@ from apps.web.models.tags import (
Tags
,
)
from
utils.utils
import
(
bearer_scheme
,
)
from
constants
import
ERROR_MESSAGES
router
=
APIRouter
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment