File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff 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" ,
Original file line number Diff line number Diff line change @@ -1265,6 +1265,7 @@ def topology(self): # type: () -> list
12651265 """
12661266 return self ._topology
12671267
1268+
12681269def write_env_vars (env_vars = None ): # type: (dict) -> None
12691270 """Write the dictionary env_vars in the system, as environment variables.
12701271
You can’t perform that action at this time.
0 commit comments