Increase security and reformat
This commit is contained in:
@@ -12,8 +12,7 @@ class ClientBase(ABC):
|
||||
self.log.info(f"{self.service.capitalize()} client initialising...")
|
||||
|
||||
@abstractmethod
|
||||
def start(self):
|
||||
...
|
||||
def start(self): ...
|
||||
|
||||
# @abstractmethod
|
||||
# async def send_message(self, recipient, message):
|
||||
|
||||
Reference in New Issue
Block a user