Skip to content

Commit

Permalink
WIP: remove clutter
Browse files Browse the repository at this point in the history
  • Loading branch information
jgriesfeller committed Oct 29, 2024
1 parent 090b6da commit b14319a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/pyaro/timeseries/Wrappers.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()


0 comments on commit b14319a

Please sign in to comment.