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 Mar 30, 2022
1 parent 767313e commit b88b5cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pyhf/futures.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class TrivialExecutor(futures.Executor):
"""

def __repr__(self):
""" Representation of the object """
"""Representation of the object"""
module = type(self).__module__
qualname = type(self).__qualname__
return f"<{module}.{qualname} object at {hex(id(self))}>"

Check warning on line 18 in src/pyhf/futures.py

View check run for this annotation

Codecov / codecov/patch

src/pyhf/futures.py#L16-L18

Added lines #L16 - L18 were not covered by tests
Expand Down

0 comments on commit b88b5cf

Please sign in to comment.