Consistently return None
from setter methods
#1392
Labels
breaking
Represents a potentially breaking change that may warrant a major version release
enhancement
Milestone
Throughout pystac, "setter" methods usually return
None
, e.g.:However, there are two instances (that I can find) where setters return something:
I think we should change those two methods to return
None
to make things consistent across the library. This can be part of a v2.0 since it is a breaking change.The text was updated successfully, but these errors were encountered: