Skip to content

Commit

Permalink
QA fix
Browse files Browse the repository at this point in the history
  • Loading branch information
akadlec committed Jan 20, 2022
1 parent 6c3d044 commit 9def022
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fb_redisdb_exchange_plugin/publisher.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit 9def022

Please sign in to comment.