Skip to content

Commit aa0cb3c

Browse files
author
Sean Sullivan
committed
fix lint
1 parent bcf980f commit aa0cb3c

File tree

1 file changed

+0
-4
lines changed
  • elastic_datashader/routers

1 file changed

+0
-4
lines changed

Diff for: elastic_datashader/routers/tms.py

-4
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,3 @@ async def post_tile(already_waited: int, idx: str, x: int, y: int, z: int, reque
359359
print(already_waited)
360360
return JSONResponse(status_code=200, content={"retry-after": response.headers['retry-after']})
361361
return response
362-
363-
364-
365-

0 commit comments

Comments
 (0)