From 504ca67cc0a883552bfb7a6785ebb23389a3edc5 Mon Sep 17 00:00:00 2001 From: Steve Nyemba Date: Tue, 12 Dec 2023 12:17:08 -0600 Subject: [PATCH] bug fix --- smart/files/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/smart/files/__init__.py b/smart/files/__init__.py index c82bba0..d7844a7 100644 --- a/smart/files/__init__.py +++ b/smart/files/__init__.py @@ -62,4 +62,3 @@ def read (path): return _data -read('/home/steve/tmp/logs') \ No newline at end of file