Skip to content

Commit

Permalink
Update aiida/common/lang.py
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsewell authored Oct 13, 2021
1 parent f4316ab commit b657831
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aiida/common/lang.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def wrapped_fn(self, *args, **kwargs): # pylint: disable=missing-docstring
ReturnType = TypeVar('ReturnType')


class classproperty(Generic[ReturnType]):
class classproperty(Generic[ReturnType]): # pylint: disable=invalid-name
"""
A class that, when used as a decorator, works as if the
two decorators @property and @classmethod where applied together
Expand Down

0 comments on commit b657831

Please sign in to comment.