From 69e4cd95d05f2654ef6ade77534a59665b516d4c Mon Sep 17 00:00:00 2001 From: jelanmathewjames Date: Mon, 29 Jul 2024 20:07:10 +0530 Subject: [PATCH] chore: Add COMMAND_LINE hashtag to TFPTasksHashtags enum --- utils/types.py | 1 + 1 file changed, 1 insertion(+) 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):