Skip to content

Commit 0e34c86

Browse files
committed
lint code
1 parent 2c4878d commit 0e34c86

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

stac_fastapi/core/stac_fastapi/core/core.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -436,6 +436,7 @@ def _format_datetime_range(self, date_str: str) -> str:
436436
Returns:
437437
str: A string formatted as 'YYYY-MM-DDTHH:MM:SSZ/YYYY-MM-DDTHH:MM:SSZ', with '..' used if any element is None.
438438
"""
439+
439440
def normalize(dt):
440441
dt = dt.strip()
441442
if not dt or dt == "..":

0 commit comments

Comments
 (0)