Skip to content

Commit 4b30ba7

Browse files
style: format code with autopep8
Format code with autopep8 This commit fixes the style issues introduced in 49773d8 according to the output from Autopep8. Details: https://app.deepsource.com/gh/avinashkranjan/Amazing-Python-Scripts/transform/955d4d4e-b798-4a69-b577-8cf938e495dc/
1 parent 9c40bd0 commit 4b30ba7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Text-File_Analyzer/analyzer.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ def text_file_analyzer(file_path):
1818
print(f"Error: File '{file_path}' not found.")
1919
return 0, 0, 0
2020

21+
2122
if __name__ == "__main__":
2223
file_path = input("Enter the path of the text file: ")
2324

0 commit comments

Comments
 (0)