mirror of
https://github.com/open-webui/open-webui.git
synced 2025-04-23 15:04:35 +02:00
Merge pull request #12355 from silentoplayz/logging-fix
fix: update datetime and logging imports
This commit is contained in:
commit
9036945361
@ -8,7 +8,9 @@ import requests
|
||||
import os
|
||||
|
||||
|
||||
from datetime import UTC, datetime, timedelta
|
||||
from datetime import datetime, timedelta
|
||||
import pytz
|
||||
from pytz import UTC
|
||||
from typing import Optional, Union, List, Dict
|
||||
|
||||
from open_webui.models.users import Users
|
||||
|
Loading…
x
Reference in New Issue
Block a user