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 May 3, 2023
1 parent 57ad3e5 commit 9b32f11
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions cf_units/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,7 @@ def __new__(cls, name, bases, namespace):
)
exec(method_source, namespace)

return super().__new__(
cls, name, bases, namespace
)
return super().__new__(cls, name, bases, namespace)


class _OrderedHashable(Hashable, metaclass=_MetaOrderedHashable):
Expand Down

0 comments on commit 9b32f11

Please sign in to comment.