Skip to content

Commit 55bf831

Browse files
committed
Change reference
Signed-off-by: thomasjhuang <thomashuang63@gmail.com>
1 parent 77c5bc1 commit 55bf831

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.CONCURRENCY_LIMIT_BEHAVIOR_SKIP
7+
SKIP = _launch_plan_idl.CONCURRENCY_LIMIT_BEHAVIOR_SKIP
88

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

0 commit comments

Comments
 (0)