Skip to content

Commit 1283303

Browse files
committed
flake8/linter fixes
1 parent 1ee704e commit 1283303

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/workbench/scripts/ml_pipeline_sqs.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def submit_to_sqs(
5757
print(f"🔄 DynamicTraining: {dt}")
5858
print(f"🆕 Promote: {promote}")
5959
if model_names:
60-
print(f"🏷️ Model names: {model_names}")
60+
print(f"🏷️ Model names: {model_names}")
6161
print(f"🪣 Bucket: {workbench_bucket}")
6262
sqs = AWSAccountClamp().boto3_session.client("sqs")
6363
script_name = script_file.name
@@ -150,7 +150,7 @@ def submit_to_sqs(
150150
print(f"🔄 DynamicTraining: {dt}")
151151
print(f"🆕 Promote: {promote}")
152152
if model_names:
153-
print(f"🏷️ Model names: {model_names}")
153+
print(f"🏷️ Model names: {model_names}")
154154
print(f"🆔 Message ID: {message_id}")
155155
print("\n🔍 MONITORING LOCATIONS:")
156156
print(f" • SQS Queue: AWS Console → SQS → {queue_name}")

0 commit comments

Comments
 (0)