Skip to content

Commit 09a102d

Browse files
author
Sean Sullivan
committed
Fix lint
1 parent f0d7249 commit 09a102d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

elastic_datashader/cache.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def get_index_hash(idx: str) -> str:
3434
*:my-data-* listed as
3535
mysite-1:my-data-*,mysite-2:my-data-*,mysite-3:my-data-*,mysite-4:my-data-*,mysite-5:my-data-*
3636
'''
37-
idx_hash = index_hash_map.get(idx,None)
37+
idx_hash = index_hash_map.get(idx, None)
3838
if idx_hash is not None:
3939
return idx_hash
4040
idx_hash = sha256()

0 commit comments

Comments
 (0)