Skip to content

Commit a4ef405

Browse files
authored
fix: formatting (#238)
1 parent c042a17 commit a4ef405

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

setup.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,7 @@ def read_version():
6666
description="Open source library for creating containers to run on Amazon SageMaker.",
6767
packages=packages,
6868
package_dir={"sagemaker_training": "src/sagemaker_training"},
69-
py_modules=[
70-
os.path.splitext(os.path.basename(path))[0] for path in glob("src/*.py")
71-
],
69+
py_modules=[os.path.splitext(os.path.basename(path))[0] for path in glob("src/*.py")],
7270
ext_modules=[gethostname],
7371
long_description=read("README.md"),
7472
long_description_content_type="text/markdown",

src/sagemaker_training/environment.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1265,6 +1265,7 @@ def topology(self): # type: () -> list
12651265
"""
12661266
return self._topology
12671267

1268+
12681269
def write_env_vars(env_vars=None): # type: (dict) -> None
12691270
"""Write the dictionary env_vars in the system, as environment variables.
12701271

0 commit comments

Comments
 (0)