From b14319a689feca40f45c5f315c8202ae17414571 Mon Sep 17 00:00:00 2001 From: Jan Griesfeller Date: Tue, 29 Oct 2024 14:03:04 +0100 Subject: [PATCH] WIP: remove clutter --- src/pyaro/timeseries/Wrappers.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/pyaro/timeseries/Wrappers.py b/src/pyaro/timeseries/Wrappers.py index 34c0fe3..3ee0be7 100644 --- a/src/pyaro/timeseries/Wrappers.py +++ b/src/pyaro/timeseries/Wrappers.py @@ -73,10 +73,9 @@ def read(self,): """define read method. All needed parameters should be put into self by the __init__ method - This function is usually called after the Engine's open function.' + This method is called after the Engine's open function. """ with self._reader.read() as ts: yield self - # return self._reader.read()