Skip to content

Commit afd7def

Browse files
SK-2068: remove comments in messages
1 parent 0436c29 commit afd7def

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

skyflow/utils/_skyflow_messages.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -293,9 +293,9 @@ class Info(Enum):
293293
GET_DETECT_RUN_TRIGGERED = f"{INFO}: [{error_prefix}] Get detect run triggered."
294294
VALIDATING_GET_DETECT_RUN_INPUT = f"{INFO}: [{error_prefix}] Validating get detect run input."
295295
GET_DETECT_RUN_REQUEST_RESOLVED = f"{INFO}: [{error_prefix}] Get detect run request is resolved."
296-
GET_DETECT_RUN_SUCCESS = f"{INFO}: [{error_prefix}] Get detect run success." # will see for a better message
296+
GET_DETECT_RUN_SUCCESS = f"{INFO}: [{error_prefix}] Get detect run success."
297297

298-
DETECT_REQUEST_RESOLVED = f"{INFO}: [{error_prefix}] Detect request is resolved." # Whats this for?
298+
DETECT_REQUEST_RESOLVED = f"{INFO}: [{error_prefix}] Detect request is resolved."
299299

300300
class ErrorLogs(Enum):
301301
VAULTID_IS_REQUIRED = f"{ERROR}: [{error_prefix}] Invalid vault config. Vault ID is required."

0 commit comments

Comments
 (0)