Skip to content

Commit

Permalink
Fix missing docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
penguinolog committed Nov 13, 2019
1 parent cc39aca commit b79d08b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions exec_helpers/_ssh_helpers.py
Expand Up @@ -97,6 +97,7 @@ def __init__(
self.__compression: typing.Optional[bool] = self._parse_optional_bool(compression)

def __hash__(self) -> int: # pragma: no cover
"""Hash for caching possibility."""
return hash(
(
self.__class__,
Expand Down

0 comments on commit b79d08b

Please sign in to comment.