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] authored and matthewfeickert committed Apr 7, 2023
1 parent f49120f commit 55bc18f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pyhf/experimental/modifiers.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@ def apply(self, pars):
def add_custom_modifier(
funcname: str, deps: list[str], newparams: dict[str, dict[str, Sequence[float]]]
) -> dict[str, tuple[BaseBuilder, BaseApplier]]:

_builder = make_builder(funcname, deps, newparams)
_applier = make_applier(funcname, deps, newparams)

Expand Down

0 comments on commit 55bc18f

Please sign in to comment.