Skip to content

Commit

Permalink
pre commit test
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Busch committed Oct 23, 2024
1 parent 7f1ff86 commit 026bfa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion climate_categories/_conversions.py
Original file line number Diff line number Diff line change
Expand Up @@ -902,7 +902,7 @@ def from_csv(
filepath: typing.Union[str, pathlib.Path, typing.TextIO],
cats: typing.Union[dict[str, "Categorization"], None] = None,
) -> "Conversion":
"""Read conversion from comma-separated-values file and add categorizations."""
"""Read conversion from comma-separated-values file and add categorizsations."""

conv = ConversionSpec.from_csv(filepath)

Expand Down

0 comments on commit 026bfa9

Please sign in to comment.