We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b273ec commit ac59ef5Copy full SHA for ac59ef5
robot_framework/process.py
@@ -4,7 +4,7 @@
4
from OpenOrchestrator.database.queues import QueueElement
5
6
7
-# pylint: disable-next: unused-argument
+# 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