From 7273c89dfd18adb71ba2ae2cb404e578974f11c6 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 30 Mar 2022 18:35:06 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- src/pyhf/futures.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pyhf/futures.py b/src/pyhf/futures.py index 45766a0104..3cab445f0b 100644 --- a/src/pyhf/futures.py +++ b/src/pyhf/futures.py @@ -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))}>"