Skip to content

Commit

Permalink
ruff formatter fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rcomer committed Nov 13, 2023
1 parent 17ac552 commit a290f3c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cf_units/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1341,8 +1341,7 @@ def log(self, base):
except _ud.UdunitsError as exception:
value_err = _ud_value_error(
exception,
"Failed to calculate logorithmic base "
f"of {self!r}",
"Failed to calculate logorithmic base " f"of {self!r}",
)
raise value_err from None
calendar = None
Expand Down

0 comments on commit a290f3c

Please sign in to comment.