Skip to content

Commit 1ec5d62

Browse files
committed
fix: linting errors
1 parent 5275e6b commit 1ec5d62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/webapp/routers/data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1410,7 +1410,7 @@ def add_custom_school_job(
14101410
triggered_at=triggered_timestamp,
14111411
created_by=str_to_uuid(current_user.user_id),
14121412
batch_name="No batch name (manual custom school job)",
1413-
output_filename = f"{job_run_id}/inference_output.csv",
1413+
output_filename=f"{job_run_id}/inference_output.csv",
14141414
model_id=query_result[0][0].id,
14151415
output_valid=False,
14161416
completed=True,

0 commit comments

Comments
 (0)