Skip to content
This repository has been archived by the owner on Jan 28, 2022. It is now read-only.

Commit

Permalink
ISSUE #457
Browse files Browse the repository at this point in the history
* Minor improvement.
  • Loading branch information
Sergio García Prado committed Nov 29, 2021
1 parent f1b8488 commit 6f16aae
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions minos/networks/brokers/publishers/publishers.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
)

import logging
from abc import (
ABC,
)
from typing import (
Any,
Optional,
Expand Down Expand Up @@ -34,7 +31,7 @@
logger = logging.getLogger(__name__)


class BrokerPublisher(BrokerPublisherSetup, ABC):
class BrokerPublisher(BrokerPublisherSetup):
"""Broker Publisher class."""

def __init__(self, *args, service_name: str, **kwargs):
Expand Down

0 comments on commit 6f16aae

Please sign in to comment.