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()