Skip to content

Commit 18ee5ab

Browse files
committed
Ignore line in pylint
1 parent 22905f7 commit 18ee5ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ansys/dpf/core/workflow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -625,7 +625,7 @@ def record(self, identifier="", transfer_ownership=True):
625625
return self._api.work_flow_record_instance(self, identifier, transfer_ownership)
626626

627627
@staticmethod
628-
def get_recorded_workflow(id: int, server: AnyServerType | None = None) -> Workflow: # noqa: W0622
628+
def get_recorded_workflow(id: int, server: AnyServerType | None = None) -> Workflow: # noqa: W0622 # pylint: disable=redefined-builtin
629629
"""Retrieve a workflow registered (with workflow.record()).
630630
631631
Parameters

0 commit comments

Comments
 (0)