Skip to content

Commit

Permalink
how did i miss this???
Browse files Browse the repository at this point in the history
  • Loading branch information
kratsg committed Dec 9, 2019
1 parent a6a3c8d commit e48f9bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pyhf/cli/infer.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
import json

from ..utils import EqDelimStringParamType
from ..stats import hypotest
from ..infer import hypotest
from ..workspace import Workspace
from .. import tensor, get_backend, set_backend, optimize

logging.basicConfig()
log = logging.getLogger(__name__)


@click.group(name='stats')
@click.group(name='infer')
def cli():
pass

Expand Down

0 comments on commit e48f9bb

Please sign in to comment.