Skip to content

Commit

Permalink
small formatting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-held committed Sep 25, 2022
1 parent f12368c commit 729a5d8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/cabinetry/route.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@
# systematic-template, returns a boost_histogram.Histogram
# template can be any string (to match "Up" / "Down"), or None / "*" to match nominal
UserTemplateFunc = Callable[
[Dict[str, Any], Dict[str, Any], Dict[str, Any], Optional[str]],
bh.Histogram,
[Dict[str, Any], Dict[str, Any], Dict[str, Any], Optional[str]], bh.Histogram
]

# type of a function called with names of region-sample-systematic-template,
Expand Down

0 comments on commit 729a5d8

Please sign in to comment.