Skip to content

Commit

Permalink
Merge pull request #2180 from jelanmathewjames/dev
Browse files Browse the repository at this point in the history
chore: Add COMMAND_LINE hashtag to TFPTasksHashtags enum
  • Loading branch information
jelanmathewjames authored Jul 29, 2024
2 parents e6970ad + 69e4cd9 commit adb739b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions utils/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit adb739b

Please sign in to comment.