Skip to content

Commit

Permalink
remove fixed todo
Browse files Browse the repository at this point in the history
  • Loading branch information
MehmedGIT committed Dec 5, 2023
1 parent e72ec33 commit a582643
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ocrd_network/ocrd_network/processing_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,6 @@ async def push_to_processing_agent(self, data: PYJobInput, db_job: DBProcessorJo
)
return job_output

# TODO: Revisit and remove duplications between push_to_* methods
async def push_to_processing_queue(self, processor_name: str, processing_message: OcrdProcessingMessage):
if not self.rmq_publisher:
raise Exception('RMQPublisher is not connected')
Expand Down

0 comments on commit a582643

Please sign in to comment.