Skip to content

Commit 9fe43b8

Browse files
small formatting fix
1 parent 2791da9 commit 9fe43b8

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/cabinetry/route.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@
2525
# systematic-template, returns a boost_histogram.Histogram
2626
# template can be any string (to match "Up" / "Down"), or None / "*" to match nominal
2727
UserTemplateFunc = Callable[
28-
[Dict[str, Any], Dict[str, Any], Dict[str, Any], Optional[str]],
29-
bh.Histogram,
28+
[Dict[str, Any], Dict[str, Any], Dict[str, Any], Optional[str]], bh.Histogram
3029
]
3130

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

0 commit comments

Comments
 (0)