diff --git a/utils/types.py b/utils/types.py index eecad554..102fdc94 100644 --- a/utils/types.py +++ b/utils/types.py @@ -155,6 +155,7 @@ def get_all_values(cls): class TFPTasksHashtags(Enum): SCRATCH = '#tfp2.0-scratch' + COMMAND_LINE = '#tfp-2.0-command-line' @classmethod def get_all_values(cls):