We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e83b7a commit f7e5f7fCopy full SHA for f7e5f7f
1 file changed
frost_sta_client/model/location.py
@@ -168,6 +168,7 @@ def historical_locations(self, values):
168
if isinstance(values, entity_list.EntityList) and \
169
all(isinstance(hl, historical_location.HistoricalLocation) for hl in values.entities):
170
self._historical_locations = values
171
+ return
172
raise ValueError('historical_location should be of type HistoricalLocation!')
173
174
def get_things(self):
0 commit comments