Skip to content

Commit 577b5c9

Browse files
committed
Update main.py, remove pass statement.
1 parent 8bd8025 commit 577b5c9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

main.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ def generate_output(n):
5050
print("Invalid. Enter input and output file names separated by a space.")
5151
except FileNotFoundError:
5252
print("Input file not found. Please try again.")
53-
pass
5453

5554

5655
if __name__ == "__main__":

0 commit comments

Comments
 (0)