Skip to content

Commit 2549342

Browse files
SK-2482: fix linting issue for failing ci check
1 parent fd5b082 commit 2549342

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

skyflow/utils/validations/_validations.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -818,8 +818,3 @@ def validate_reidentify_text_request(self, request: ReidentifyTextRequest):
818818
def validate_get_detect_run_request(self, request: GetDetectRunRequest):
819819
if not request.run_id or not isinstance(request.run_id, str) or not request.run_id.strip():
820820
raise SkyflowError(SkyflowMessages.Error.INVALID_RUN_ID.value, invalid_input_error_code)
821-
822-
# below function is only for testing ruff linter in github workflow
823-
def badFunctionName():
824-
badVariableName = 123
825-
return badVariableName

0 commit comments

Comments
 (0)