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 Oct 15, 2021
1 parent 8d00ef3 commit 17b9637
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_custom_mods.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
import pyhf.exceptions as exceptions
import pytest


class custom_builder:
def __init__(self, pdfconfig):
self.config = pdfconfig
Expand All @@ -26,6 +27,7 @@ def append(self, key, channel, sample, thismod, defined_samp):
def finalize(self):
return self.builder_data


class custom_applicator:
op_code = 'multiplication'
name = 'customfunc'
Expand Down

0 comments on commit 17b9637

Please sign in to comment.