Skip to content

Commit 0a05380

Browse files
author
Sean Sullivan
committed
fix lint
1 parent 3f694b3 commit 0a05380

File tree

1 file changed

+1
-1
lines changed
  • elastic_datashader/routers

1 file changed

+1
-1
lines changed

elastic_datashader/routers/tms.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ async def fetch_or_render_tile(already_waited: int, idx: str, x: int, y: int, z:
286286
check_proxy_key(request.headers.get('tms-proxy-key'))
287287

288288
es = Elasticsearch(
289-
hosts_url_to_nodeconfig(config.elastic_hosts)),
289+
hosts_url_to_nodeconfig(config.elastic_hosts),
290290
verify_certs=False,
291291
timeout=120,
292292
)

0 commit comments

Comments
 (0)