Skip to content

Commit

Permalink
QA fix
Browse files Browse the repository at this point in the history
  • Loading branch information
akadlec committed Jan 12, 2022
1 parent a4c4270 commit 43d71c8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions redisdb_exchange_plugin/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def start(self) -> None:
extra={
"source": "redisdb-exchange-plugin-client",
"type": "start",
}
},
)

# -----------------------------------------------------------------------------
Expand All @@ -116,7 +116,7 @@ def stop(self) -> None:
extra={
"source": "redisdb-exchange-plugin-client",
"type": "stop",
}
},
)

# -----------------------------------------------------------------------------
Expand Down Expand Up @@ -180,7 +180,7 @@ def __receive(self, data: Dict) -> None:
"source": "redisdb-exchange-plugin-client",
"type": "receive",
},
)
)

except HandleDataException as ex:
self.__logger.exception(ex)
Expand Down

0 comments on commit 43d71c8

Please sign in to comment.