Skip to content

Commit

Permalink
Merge pull request #2206 from gtech-mulearn/dev
Browse files Browse the repository at this point in the history
Merge dev to dev-server
  • Loading branch information
jelanmathewjames authored Aug 10, 2024
2 parents 30e1cf4 + 9a1575d commit 152d820
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 152d820

Please sign in to comment.