Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ajberdy committed Jan 23, 2024
1 parent cd65ac2 commit a69ad55
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/unit_tests/braket/jobs/test_quantum_job_creation.py
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,9 @@ def _translate_creation_args(create_job_args):
)
stopping_condition = create_job_args["stopping_condition"] or StoppingCondition()
checkpoint_config = create_job_args["checkpoint_config"] or CheckpointConfig(
s3Uri=AwsSession.construct_s3_uri(default_bucket, "jobs", job_name, timestamp, "checkpoints")
s3Uri=AwsSession.construct_s3_uri(
default_bucket, "jobs", job_name, timestamp, "checkpoints"
)
)
entry_point = create_job_args["entry_point"]
source_module = create_job_args["source_module"]
Expand Down

0 comments on commit a69ad55

Please sign in to comment.