Skip to content

Commit 03fa16d

Browse files
Apply isort
1 parent 96a0f2c commit 03fa16d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/pyhf/cli/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import click
55

66
from pyhf import __version__
7-
from pyhf.cli import rootio, spec, infer, patchset, utils, complete
7+
from pyhf.cli import complete, infer, patchset, rootio, spec, utils
88
from pyhf.contrib import cli as contrib
99
from pyhf.utils import citation
1010

src/pyhf/cli/utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
from pathlib import Path
44

55
import click
6+
67
from pyhf import utils
78

89
log = logging.getLogger(__name__)

0 commit comments

Comments
 (0)