mirror of
https://github.com/langgenius/dify.git
synced 2026-03-24 15:57:55 +08:00
chore(api): fix linting issue
This commit is contained in:
@ -7,8 +7,8 @@ from typing import Self
|
||||
|
||||
from libs.broadcast_channel.channel import Subscription
|
||||
from libs.broadcast_channel.exc import SubscriptionClosedError
|
||||
from redis.client import PubSub
|
||||
from redis import Redis, RedisCluster
|
||||
from redis.client import PubSub
|
||||
|
||||
_logger = logging.getLogger(__name__)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user