Skip to content

Commit 729a5d8

Browse files
small formatting fix
1 parent f12368c commit 729a5d8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: src/cabinetry/route.py

+1-2
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)