Skip to content

Commit a785a60

Browse files
Fix Lint failures and incorporate PR review
1 parent 135d488 commit a785a60

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

detection_rules/ml.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,8 @@ def get_ml_model_manifests_by_model_id(repo: str = 'elastic/detection-rules') ->
277277
def ml_group():
278278
"""Experimental machine learning commands."""
279279
click.secho('\n***** Deprecation Warning *****\n')
280-
click.secho('\n* The experiment "ml" command(s) are deprecated and will be removed in a future release. ETA May 1 2025 *\n')
280+
click.secho('\n* The experiment "ml" command(s) are deprecated and will be removed in a future release. *\n')
281+
click.secho('\n* Command Removal Timeframe May 1 2025 *\n')
281282

282283

283284
@ml_group.command('check-files')

0 commit comments

Comments
 (0)