Skip to content

Commit

Permalink
chore: testing
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisjared committed Sep 21, 2023
1 parent d1f0564 commit f7a176e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scmdata/groupby.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class RunGroupBy(ImplementsArrayReduce, Generic[GenericRun]):
"""

def __init__(
self, run: "GenericRun", groups: Iterable[str], na_fill_value: float = -10000
self, run: "GenericRun", groups: "Iterable[str]", na_fill_value: float = -10000
):
self.run = run
self.group_keys = groups
Expand Down

0 comments on commit f7a176e

Please sign in to comment.