From 9def0226fe80c44bfcfd871083f830fd0138138e Mon Sep 17 00:00:00 2001 From: Adam Kadlec Date: Thu, 20 Jan 2022 21:23:49 +0100 Subject: [PATCH] QA fix --- fb_redisdb_exchange_plugin/publisher.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fb_redisdb_exchange_plugin/publisher.py b/fb_redisdb_exchange_plugin/publisher.py index b0c3b67..62d2b09 100644 --- a/fb_redisdb_exchange_plugin/publisher.py +++ b/fb_redisdb_exchange_plugin/publisher.py @@ -70,7 +70,8 @@ def __init__( def publish( self, origin: Union[ModuleOrigin, PluginOrigin, ConnectorOrigin], - routing_key: RoutingKey, data: Optional[Dict], + routing_key: RoutingKey, + data: Optional[Dict], ) -> None: """Publish message to Redis exchange""" message = {