Skip to content

Commit e50d3fa

Browse files
committed
pre-commit fix
Signed-off-by: Pat O'Connor <[email protected]>
1 parent 364efab commit e50d3fa

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

src/codeflare_sdk/ray/cluster/cluster.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -765,7 +765,7 @@ def get_cluster(
765765
head_extended_resource_requests=head_extended_resources,
766766
worker_extended_resource_requests=worker_extended_resources,
767767
)
768-
768+
769769
# Ignore the warning here for the lack of a ClusterConfiguration
770770
with warnings.catch_warnings():
771771
warnings.filterwarnings(

src/codeflare_sdk/ray/cluster/test_cluster.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -762,7 +762,7 @@ def test_cleanup():
762762
test_file = f"{aw_dir}test-all-params.yaml"
763763
if os.path.exists(test_file):
764764
os.remove(test_file)
765-
765+
766766
aw_file = f"{aw_dir}aw-all-params.yaml"
767767
if os.path.exists(aw_file):
768768
os.remove(aw_file)

tests/test_job_yamls/complex-runtime-env-rayjob.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ status:
3535
message: null
3636
start_time: null
3737
end_time: null
38-
driver_info: null
38+
driver_info: null

tests/test_job_yamls/comprehensive-rayjob.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ status:
2929
message: null
3030
start_time: null
3131
end_time: null
32-
driver_info: null
32+
driver_info: null

tests/test_job_yamls/minimal-rayjob.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ status:
1818
message: null
1919
start_time: null
2020
end_time: null
21-
driver_info: null
21+
driver_info: null

0 commit comments

Comments
 (0)