Skip to content

Commit bfd18d0

Browse files
davidsklar99github-actions[bot]
authored andcommitted
Format code and sort imports
1 parent 9a002e9 commit bfd18d0

File tree

1 file changed

+0
-2
lines changed
  • services/tileserver/macrostrat/tileserver/measurements

1 file changed

+0
-2
lines changed

services/tileserver/macrostrat/tileserver/measurements/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ async def tile_query(
2727
"y": y,
2828
}
2929

30-
3130
if "type" in request.query_params:
3231
type_vals = request.query_params["type"].split(",")
3332
type_vals = [v.strip() for v in type_vals if v.strip()]
@@ -41,7 +40,6 @@ async def tile_query(
4140
else:
4241
cluster = True
4342

44-
4543
clusterSQL = """
4644
,
4745

0 commit comments

Comments
 (0)