Skip to content

Commit

Permalink
Black
Browse files Browse the repository at this point in the history
  • Loading branch information
mattjamc committed Jul 12, 2024
1 parent 4cb9642 commit ded1b31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@

major, minor, patch = python_version_tuple()


def classproperty(fn):
return classmethod(property(fn))

Expand Down

0 comments on commit ded1b31

Please sign in to comment.