Skip to content

Commit 7573bbd

Browse files
committed
Added params in method description
1 parent d1401c5 commit 7573bbd

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pyatlan/client/workflow.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -166,12 +166,11 @@ def find_by_status_and_interval(
166166
"""
167167
Find workflows based on their status and interval
168168
169-
:status: list of the status of the workflows to filter with
170-
:interval: time interval in hours to search for workflows
169+
:param status: list of the status of the workflows to filter with
170+
:param interval: time interval in hours to search for workflows
171171
:returns: the list of workflows of the provided type, with the most-recently created first
172172
:raises ValidationError: If the provided status is an invalid AtlanWorkflowPhase
173173
:raises AtlanError: on any API communication issue
174-
175174
"""
176175

177176
run_lookup_query = Bool(

0 commit comments

Comments
 (0)