Skip to content

Commit 6c013f0

Browse files
committed
remove comment
1 parent a95019b commit 6c013f0

File tree

1 file changed

+0
-6
lines changed
  • stac_fastapi/core/stac_fastapi/core

1 file changed

+0
-6
lines changed

stac_fastapi/core/stac_fastapi/core/core.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -356,12 +356,6 @@ async def get_item(self, item_id: str, collection_id: str, **kwargs) -> Item:
356356
)
357357
return self.item_serializer.db_to_stac(item, base_url)
358358

359-
# DateTimeType = Union[
360-
# datetime,
361-
# Tuple[datetime, datetime],
362-
# Tuple[Optional[datetime], Optional[datetime]]
363-
# ]
364-
365359
@staticmethod
366360
def _return_date(
367361
interval: Optional[Union[DateTimeType, str]]

0 commit comments

Comments
 (0)