mirror of
https://github.com/ijaric/voice_assistant.git
synced 2025-12-14 19:16:16 +00:00
fix: fix minor errors
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
import typing
|
||||
from enum import Enum
|
||||
|
||||
import pydantic
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
import typing
|
||||
|
||||
import lib.models.broker_message as lib_models_broker_message
|
||||
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@ import lib.models.broker_message as models_broker_message
|
||||
|
||||
|
||||
class RabbitMQPublisher(db_brokers.base_broker.BasePublisher):
|
||||
def __init__(self, settings: app_split_settings.RabbitMQSettings()):
|
||||
def __init__(self, settings: app_split_settings.RabbitMQSettings):
|
||||
self.settings = settings
|
||||
self.connection = None
|
||||
self.logger = logging.getLogger(__name__)
|
||||
|
||||
Reference in New Issue
Block a user