Skip to content

Commit dd2548a

Browse files
committed
Remove unnecesary filter
1 parent 2b52e98 commit dd2548a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

durabletask/client.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,6 @@ def get_orchestration_state_by(self,
225225
else:
226226
break
227227

228-
states = [state for state in states if state is not None] # Filter out any None values
229228
return states
230229

231230
def wait_for_orchestration_start(self, instance_id: str, *,

0 commit comments

Comments
 (0)