Skip to content

Commit 55251eb

Browse files
committed
formatted files
Signed-off-by: Samuel Babak <samuel.babak@sas.com>
1 parent e56e093 commit 55251eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/sasctl/pzmm/write_json_files.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1677,7 +1677,6 @@ def create_requirements_json(
16771677
item[0] for item in package_and_version if not item[1]
16781678
]
16791679

1680-
16811680
IMPORT_TO_INSTALL_MAPPING = {
16821681
# Data Science & ML Core
16831682
"sklearn": "scikit-learn",
@@ -1703,7 +1702,8 @@ def create_requirements_json(
17031702

17041703
# Map import names to their corresponding package installation names
17051704
package_and_version = [
1706-
(IMPORT_TO_INSTALL_MAPPING.get(name, name), version) for name, version in package_and_version
1705+
(IMPORT_TO_INSTALL_MAPPING.get(name, name), version)
1706+
for name, version in package_and_version
17071707
]
17081708

17091709
if create_requirements_txt:

0 commit comments

Comments
 (0)