Skip to content

Commit

Permalink
Make black happy
Browse files Browse the repository at this point in the history
  • Loading branch information
bbrondel committed Jan 29, 2025
1 parent a1daca7 commit 1ad4ed5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/consdb/summarize_efd.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class Summary:

# TODO add all summarizing functions
def gen_mean(
config: dict[str, Any]
config: dict[str, Any],
) -> Callable[[pandas.DataFrame, astropy.time.Time, astropy.time.Time], Summary]:
def do(series: pandas.DataFrame, start: astropy.time.Time, end: astropy.time.Time) -> Summary:
return Summary()
Expand Down

0 comments on commit 1ad4ed5

Please sign in to comment.