Skip to content

Commit 759b0c2

Browse files
committed
format fix
1 parent 7885469 commit 759b0c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/sagemaker/local/image.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -520,8 +520,8 @@ def write_config_files(self, host, hyperparameters, input_data_config):
520520
config_path = os.path.join(self.container_root, host, "input", "config")
521521

522522
resource_config = {
523-
"current_host": host,
524-
"hosts": self.hosts,
523+
"current_host": host,
524+
"hosts": self.hosts,
525525
"network_interface_name": "eth0",
526526
"current_instance_type": self.instance_type,
527527
}

0 commit comments

Comments
 (0)