Skip to content

Commit 1a8feb2

Browse files
committed
chore: rm comment
1 parent 526c34c commit 1a8feb2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/stac_auth_proxy/middleware/ApplyCql2FilterMiddleware.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ async def __call__(self, scope: Scope, receive: Receive, send: Send) -> None:
3030
if request.method == "GET":
3131
cql2_filter = getattr(request.state, self.state_key, None)
3232
if cql2_filter:
33-
# TODO: Differentiate between list/search and lookup
3433
scope["query_string"] = filters.append_qs_filter(
3534
request.url.query, cql2_filter
3635
)

0 commit comments

Comments
 (0)