Skip to content

Commit

Permalink
Apply isort
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewfeickert committed Jul 5, 2023
1 parent 0b65e4d commit b6506c3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/pyhf/workspace.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
* the observed data (optional)
* fit configurations ("measurements")
"""
import collections
import copy
import logging
import jsonpatch
import copy
import collections
from pyhf import exceptions
from pyhf import schema
from pyhf.pdf import Model

from pyhf import exceptions, schema
from pyhf.mixins import _ChannelSummaryMixin
from pyhf.pdf import Model

log = logging.getLogger(__name__)

Expand Down

0 comments on commit b6506c3

Please sign in to comment.