diff --git a/utils/types.py b/utils/types.py index d4431952..5eafabde 100644 --- a/utils/types.py +++ b/utils/types.py @@ -156,7 +156,8 @@ def get_all_values(cls): class TFPTasksHashtags(Enum): SCRATCH = '#tfp2.0-scratch' COMMAND_LINE = '#tfp2.0-command-line' - + GIT_GITHUB = '#tfp2.0-git-github' + @classmethod def get_all_values(cls): return [member.value for member in cls]