docs: fix doc warning

This commit is contained in:
Lance Edgar 2026-03-04 14:20:09 -06:00
parent 7bffa6cba6
commit b2b49d93ae

View file

@ -325,6 +325,7 @@ class PlantTypeRefsWidget(Widget):
return values return values
def deserialize(self, field, pstruct): def deserialize(self, field, pstruct):
""" """
if not pstruct: if not pstruct:
return colander.null return colander.null