Skip to content

Commit ac59ef5

Browse files
authored
Update process.py
1 parent 8b273ec commit ac59ef5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

robot_framework/process.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from OpenOrchestrator.database.queues import QueueElement
55

66

7-
# pylint: disable-next: unused-argument
7+
# pylint: disable-next=unused-argument
88
def process(orchestrator_connection: OrchestratorConnection, queue_element: QueueElement | None = None) -> None:
99
"""Do the primary process of the robot."""
1010
orchestrator_connection.log_trace("Running process.")

0 commit comments

Comments
 (0)