Skip to content

Commit

Permalink
fix : autopep8
Browse files Browse the repository at this point in the history
  • Loading branch information
sepandhaghighi committed Dec 18, 2023
1 parent 4dcf473 commit 10ddc38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion otherfile/notebook_to_html.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
os.mkdir(OUTPUT_FOLDER_PATH)
shutil.copytree(IMAGES_FOLDER_PATH, IMAGES_COPY_PATH)
for index1, folder in enumerate(sorted(NOTEBOOKS_DICT)):
print("\n{0}.{1} Models:\n".format(index1+1, folder))
print("\n{0}.{1} Models:\n".format(index1 + 1, folder))
folder_path = os.path.join(OUTPUT_FOLDER_PATH, folder)
os.mkdir(folder_path)
for index2, notebook in enumerate(sorted(NOTEBOOKS_DICT[folder])):
Expand Down
2 changes: 1 addition & 1 deletion otherfile/version_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
os.path.join("opem", "Params.py"): PARAMS_ITEMS,
os.path.join("test", "test_Functions.py"): TEST_ITEMS,
os.path.join("otherfile", "meta.yaml"): META_ITEMS,
}
}

TEST_NUMBER = len(FILES.keys()) + 1

Expand Down

0 comments on commit 10ddc38

Please sign in to comment.