Skip to content

Commit 992a352

Browse files
committed
lint
1 parent 6024840 commit 992a352

File tree

1 file changed

+2
-2
lines changed
  • stac_fastapi/core/stac_fastapi/core

1 file changed

+2
-2
lines changed

stac_fastapi/core/stac_fastapi/core/core.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -302,8 +302,8 @@ async def item_collection(
302302
Exception: If any error occurs while reading the items from the database.
303303
"""
304304
request: Request = kwargs["request"]
305-
token = request.query_params.get('token')
306-
305+
token = request.query_params.get("token")
306+
307307
base_url = str(request.base_url)
308308

309309
collection = await self.get_collection(

0 commit comments

Comments
 (0)