Skip to content

Commit

Permalink
ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
Nschanche committed May 1, 2024
1 parent eeb44af commit 74de102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tssc/KeplerSearch.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ class KeplerSearch(MASTSearch):
pipeline: Optional[Union[str, list[str]]] = ["Kepler", "K2", "SPOC"]
Pipeline(s) which have produced the observed data
quarter: Optional[Union[int, list[int]]] = None,
Kepler Observing Quarter(s) for which to search for data.
Kepler Observing Quarter(s) for which to search for data.
month: Optional[int] = None,
Observation month for Kepler
"""
Expand Down

0 comments on commit 74de102

Please sign in to comment.