Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Feb 3, 2025
1 parent e331c5e commit 4cd2b0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cava_tools/discrete_summary/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ def get_latest_content(


def read_and_clean(
discrete_summaries: Union[pd.DataFrame, pd.Series]
discrete_summaries: Union[pd.DataFrame, pd.Series],
) -> Tuple[dict]: # noqa
"""
Reads in discrete summaries csvs and cleans them by
Expand Down Expand Up @@ -191,7 +191,7 @@ def read_and_clean(


def split_summary_data(
svdf_dict: Dict[str, pd.DataFrame]
svdf_dict: Dict[str, pd.DataFrame],
) -> Dict[str, pd.DataFrame]: # noqa
"""Split discrete summary data to profile and discrete"""
profile_list, discrete_list = [], []
Expand Down

0 comments on commit 4cd2b0e

Please sign in to comment.