Skip to content

Commit 5fdcc66

Browse files
committed
fix pylint format errors
1 parent 1bf8c66 commit 5fdcc66

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/sagemaker/rl/estimator.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
"0.5": {"tensorflow": "1.11"},
4343
"0.6.5": {"tensorflow": "1.12"},
4444
"0.6": {"tensorflow": "1.12"},
45-
"0.8.2":{"tensorflow": "2.1"},
46-
"0.8.5":{"tensorflow": "2.1", "pytorch": "1.5"}
45+
"0.8.2": {"tensorflow": "2.1"},
46+
"0.8.5": {"tensorflow": "2.1", "pytorch": "1.5"}
4747
},
4848
}
4949

@@ -291,7 +291,7 @@ def train_image(self):
291291
self._image_version(),
292292
py_version="py36",
293293
account=DEFAULT_RL_ACCOUNT
294-
)
294+
)
295295

296296
return fw_utils.create_image_uri(
297297
self.sagemaker_session.boto_region_name,

0 commit comments

Comments
 (0)