Skip to content

Commit

Permalink
New publisher for archive sync
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakub Drobena committed Mar 13, 2024
1 parent bd419d4 commit f421501
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ccx_messaging/publishers/idp_publisher.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@


class IDPPublisher(KafkaPublisher):

"""Publisher for interanal data pipeline."""
"""Publisher for interanal data pipeline.""" # noqa: D203

def publish(self, input_msg: Dict, report: str) -> None:
"""Publish response as Kafka message to outgoing topic."""
Expand Down

0 comments on commit f421501

Please sign in to comment.