mirror of
https://github.com/ijaric/voice_assistant.git
synced 2025-05-24 06:23:28 +00:00
fix: fix minor errors
This commit is contained in:
parent
e12bd403dd
commit
a583b00b2a
|
@ -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__)
|
||||
|
|
Loading…
Reference in New Issue
Block a user