Skip to content

Commit

Permalink
Removed incorrect docstring return information
Browse files Browse the repository at this point in the history
  • Loading branch information
AustinSanders committed May 30, 2024
1 parent ac29d3b commit adbc143
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions ale/drivers/chandrayaan_drivers.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,10 @@ def image_samples(self):
def read_timing_data(self):
"""
Read data from the timing file.
Returns
: list of int
List of integer line numbers from the timing file
: list of str
List of strings describing center UTC Time per line
-------
None
"""
if hasattr(self, '_utc_times'):
return(self._lines, self._utc_times)
Expand Down

0 comments on commit adbc143

Please sign in to comment.