From 11bb9e754e089bd7e4999de0d1a521d6a79489e0 Mon Sep 17 00:00:00 2001 From: Best Olunusi Date: Mon, 26 Aug 2024 23:21:21 -0500 Subject: [PATCH] chore: demonstrate PR analysis --- src/main.py | 1 - 1 file changed, 1 deletion(-) 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()