Skip to content

Commit

Permalink
format fix
Browse files Browse the repository at this point in the history
  • Loading branch information
benieric committed Jan 21, 2025
1 parent 84330cf commit c1d9a4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sagemaker/local/image.py
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ def write_processing_config_files(
config_path = os.path.join(self.container_root, host, "config")

resource_config = {

Check warning on line 476 in src/sagemaker/local/image.py

View check run for this annotation

Codecov / codecov/patch

src/sagemaker/local/image.py#L476

Added line #L476 was not covered by tests
"current_host": host,
"current_host": host,
"hosts": self.hosts,
"network_interface_name": "eth0",
"current_instance_type": self.instance_type,
Expand Down

0 comments on commit c1d9a4d

Please sign in to comment.