Skip to content

Commit 8d5ab4e

Browse files
committed
DOCTEST: Improt batteryrunners.Report
1 parent bcd8cf9 commit 8d5ab4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nibabel/batteryrunners.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
2121
To run checks only, and return problem report objects:
2222
23-
>>> from nibabel.batteryrunners import BatteryRunner
23+
>>> from nibabel.batteryrunners import BatteryRunner, Report
2424
>>> def chk(obj, fix=False): # minimal check
2525
... return obj, Report()
2626
>>> btrun = BatteryRunner((chk,))

0 commit comments

Comments
 (0)