Skip to content

Commit

Permalink
fixing spelling issues, closes #145
Browse files Browse the repository at this point in the history
  • Loading branch information
mollle authored Feb 4, 2025
1 parent 70391b6 commit f6c88dc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ def raw(
"end_date": end_date,
"include_bad_data": include_bad_data,
"display_uom": display_uom,
"sirt": sort,
"sort": sort,
"limit": limit,
"offset": offset,
"tagname_column": self.tagname_column,
Expand Down Expand Up @@ -323,7 +323,7 @@ def resample(
"time_interval_rate": time_interval_rate,
"time_interval_unit": time_interval_unit,
"agg_method": agg_method,
":fill": fill,
"fill": fill,
"pivot": pivot,
"display_uom": display_uom,
"sort": sort,
Expand Down

0 comments on commit f6c88dc

Please sign in to comment.