Skip to content

Commit 9f8e277

Browse files
committed
Fix warning in doc build with MTransferResult
(which is not currently public)
1 parent b52a09f commit 9f8e277

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/conf.py

+1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,5 @@
2121
nitpick_ignore = [
2222
("py:obj", "lsst.daf.butler.core.datastore.DatastoreTransaction"),
2323
("py:obj", "lsst.resources.ResourcePathExpression"),
24+
("py:obj", "MTransferResult"),
2425
]

0 commit comments

Comments
 (0)