Skip to content

Commit 6b353ee

Browse files
committed
Update to latest idl
Signed-off-by: thomasjhuang <thomashuang63@gmail.com>
1 parent 57e7827 commit 6b353ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flytekit/models/concurrency.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55

66
class ConcurrencyLimitBehavior(object):
7-
SKIP = _launch_plan_idl.ConcurrencyLimitBehavior.SKIP
7+
SKIP = _launch_plan_idl.ConcurrencyLimitBehavior.CONCURRENCY_LIMIT_BEHAVIOR_SKIP
88

99
@classmethod
1010
def enum_to_string(cls, val):

0 commit comments

Comments
 (0)