Skip to content

Commit 1d0600e

Browse files
pre-commit-ci[bot]matthewfeickert
authored andcommitted
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 88f74cc commit 1d0600e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/pyhf/experimental/modifiers.py

-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,6 @@ def apply(self, pars):
153153
def add_custom_modifier(
154154
funcname: str, deps: list[str], newparams: dict[str, dict[str, Sequence[float]]]
155155
) -> dict[str, tuple[BaseBuilder, BaseApplier]]:
156-
157156
_builder = make_builder(funcname, deps, newparams)
158157
_applier = make_applier(funcname, deps, newparams)
159158

0 commit comments

Comments
 (0)