From a675a568c5e79495f9d6a0facea4f1af6bda3bf0 Mon Sep 17 00:00:00 2001 From: Chuck Smith Date: Sat, 8 Feb 2025 15:26:24 -0500 Subject: [PATCH] Update script --- .gitignore | 2 +- src/alphabetical.py | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 8da0852..bd5f5d1 100755 --- a/.gitignore +++ b/.gitignore @@ -169,4 +169,4 @@ tags # End of https://www.gitignore.io/api/linux,visualstudiocode,jetbrains+all,sublimetext,vim -src/alphabetical.py \ No newline at end of file +./src/alphabetical.py \ No newline at end of file diff --git a/src/alphabetical.py b/src/alphabetical.py index d3e7fca..27aab3b 100644 --- a/src/alphabetical.py +++ b/src/alphabetical.py @@ -38,7 +38,5 @@ def main(): with open('README.md', 'w') as file: file.writelines(sorted_lines) -# print(f"Sorted lists under headers at lines: {header_indices}") - if __name__ == "__main__": main()