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 Dec 14, 2023
1 parent 1ad3830 commit be7e5c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pudl/transform/eia861.py
Original file line number Diff line number Diff line change
Expand Up @@ -2497,7 +2497,7 @@ def core_eia861__assn_utility(**data_dfs: dict[str, pd.DataFrame]) -> pd.DataFra
io_manager_key="pudl_sqlite_io_manager",
)
def core_eia861__assn_balancing_authority(
**dfs: dict[str, pd.DataFrame]
**dfs: dict[str, pd.DataFrame],
) -> pd.DataFrame:
"""Compile a balancing authority, utility, state association table.
Expand Down

0 comments on commit be7e5c2

Please sign in to comment.