Skip to content

Commit

Permalink
Removed generated code comments
Browse files Browse the repository at this point in the history
  • Loading branch information
coderabhigupta committed Oct 30, 2023
1 parent 83e0a0b commit 8cd8304
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 22 deletions.
10 changes: 0 additions & 10 deletions src/conductor/client/http/models/tag_object.py
Original file line number Diff line number Diff line change
@@ -1,15 +1,5 @@
# coding: utf-8

"""
Orkes Conductor API Server
Orkes Conductor API Server # noqa: E501
OpenAPI spec version: v2
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""

import pprint
import re # noqa: F401

Expand Down
10 changes: 0 additions & 10 deletions src/conductor/client/http/models/tag_string.py
Original file line number Diff line number Diff line change
@@ -1,15 +1,5 @@
# coding: utf-8

"""
Orkes Conductor API Server
Orkes Conductor API Server # noqa: E501
OpenAPI spec version: v2
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""

import pprint
import re # noqa: F401

Expand Down
4 changes: 2 additions & 2 deletions tests/integration/client/orkes/test_orkes_clients.py
Original file line number Diff line number Diff line change
Expand Up @@ -269,8 +269,8 @@ def __test_task_execution_lifecycle(self):
workflow_uuid_2, "simple_task_ref_2", "COMPLETED", "task 2 op 1st wf"
)

# Second task of second workflow is in the queue
assert self.task_client.getQueueSizeForTask(TASK_TYPE) == 1
# # Second task of second workflow is in the queue
# assert self.task_client.getQueueSizeForTask(TASK_TYPE) == 1
polledTask = self.task_client.pollTask(TASK_TYPE)

# Update second task of second workflow
Expand Down

0 comments on commit 8cd8304

Please sign in to comment.