Skip to content

Commit

Permalink
unbork my own formatting, sorry
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewfeickert committed Sep 9, 2022
1 parent 7c92c3f commit 7afc367
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pyhf/schema/loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ def load_schema(schema_id: str):
>>> import pyhf
>>> schema = pyhf.schema.load_schema("1.0.0/defs.json")
>>> type(schema)
<class "dict">
<class 'dict'>
>>> schema.keys()
dict_keys(["$schema", "$id", "definitions"])
dict_keys(['$schema', '$id', 'definitions'])
>>> pyhf.schema.load_schema("0.0.0/defs.json") # doctest: +ELLIPSIS
Traceback (most recent call last):
...
Expand Down

0 comments on commit 7afc367

Please sign in to comment.