Skip to content

Commit

Permalink
Merge pull request #2205 from gtech-mulearn/patch-1
Browse files Browse the repository at this point in the history
Merge patch-1 to dev
  • Loading branch information
jelanmathewjames authored Aug 10, 2024
2 parents 0efa495 + 7b61c31 commit 9a1575d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion utils/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 9a1575d

Please sign in to comment.