undo change to load

This commit is contained in:
InspectorCaracal 2024-10-20 09:23:08 -06:00 committed by GitHub
parent 7f8619d2c7
commit 5c70e06ef8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -60,7 +60,7 @@ class ContentsHandler:
Returns:
Objects (list of ObjectDB)
"""
return list(obj for obj in self.obj.locations_set.all() if obj.pk)
return list(self.obj.locations_set.all())
def init(self):
"""