Skip to content

Commit a356396

Browse files
Merge pull request #2474 from avinashkranjan/deepsource-transform-449a3285
format code with autopep8
2 parents 3c8dc97 + 4b30ba7 commit a356396

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)