We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10ea04a commit c3428bfCopy full SHA for c3428bf
robot_framework/process.py
@@ -4,6 +4,7 @@
4
from OpenOrchestrator.database.queues import QueueElement
5
6
7
+# pylint: disable-next: unused-argument
8
def process(orchestrator_connection: OrchestratorConnection, queue_element: QueueElement | None = None) -> None:
9
"""Do the primary process of the robot."""
10
orchestrator_connection.log_trace("Running process.")
0 commit comments