diff --git a/endpoints/api/image.py b/endpoints/api/image.py index 0814e75e1..3f21a8018 100644 --- a/endpoints/api/image.py +++ b/endpoints/api/image.py @@ -12,7 +12,7 @@ from util.cache import cache_control_flask_restful def image_view(image, image_map, include_ancestors=True): - # TODO: Remove once we've migrated all storage data to the image records. + # TODO: Remove this once we've migrated all storage data to the image records. storage_props = image if image.storage and image.storage.id: storage_props = image.storage