Skip to content

Commit

Permalink
use correct formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmilten committed Jan 27, 2023
1 parent a0feb42 commit c8ef381
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/grblogtools/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@ def fill_for_version_nosuffix(group):

def fill_default_parameters_nosuffix(parameters):
"""Fill defaults for Version and parameter cols with no (Parameter) suffix."""
return parameters.groupby("Version", group_keys=False).apply(fill_for_version_nosuffix)
return parameters.groupby("Version", group_keys=False).apply(
fill_for_version_nosuffix
)


def add_categorical_descriptions(summary):
Expand Down

0 comments on commit c8ef381

Please sign in to comment.