diff --git a/src/main.py b/src/main.py index 4da7a60..3b28e1e 100644 --- a/src/main.py +++ b/src/main.py @@ -1,6 +1,5 @@ import os - def read_file(filepath): with open(filepath, "r") as file: return file.read()