Skip to content

Commit a375544

Browse files
committed
provide comment for context
1 parent 3d877d5 commit a375544

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

titiler/stacapi/factory.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -823,7 +823,9 @@ def get_tile( # noqa: C901
823823
end_datetime = (
824824
start_datetime
825825
+ python_datetime.timedelta(days=1)
826-
- python_datetime.timedelta(milliseconds=1)
826+
- python_datetime.timedelta(
827+
milliseconds=1
828+
) # prevent inclusion of following day
827829
)
828830

829831
query_params[

0 commit comments

Comments
 (0)