diff --git a/ocrd_network/ocrd_network/processing_server.py b/ocrd_network/ocrd_network/processing_server.py index 7ce28b630e..e6606f90f0 100644 --- a/ocrd_network/ocrd_network/processing_server.py +++ b/ocrd_network/ocrd_network/processing_server.py @@ -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')