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 Apr 16, 2024
1 parent a33045a commit e7e542b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/pudl/transform/eia861.py
Original file line number Diff line number Diff line change
Expand Up @@ -1218,9 +1218,10 @@ def core_eia861__yearly_sales(raw_eia861__sales: pd.DataFrame) -> pd.DataFrame:
return _post_process(transformed_sales)



@asset(io_manager_key="pudl_io_manager")
def core_eia861__yearly_short_form(raw_eia861__short_form: pd.DataFrame) -> pd.DataFrame:
def core_eia861__yearly_short_form(
raw_eia861__short_form: pd.DataFrame,
) -> pd.DataFrame:
"""Transform the EIA 861 Short Form table.
Transformations include:
* Drop primary key duplicates.
Expand Down

0 comments on commit e7e542b

Please sign in to comment.