Skip to content

Commit 52b11a5

Browse files
author
Nate Bynum
committed
Fixing pylint for possibly-used-before-assignment
1 parent 2b4d831 commit 52b11a5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

elastic_datashader/tilegen.py

+2
Original file line numberDiff line numberDiff line change
@@ -778,6 +778,8 @@ def generate_nonaggregated_tile(
778778
# now for the points as well
779779
points_agg = None
780780

781+
points_color_key = None
782+
781783
if df_points is not None:
782784
df_points["c"] = df_points["c"].astype("category")
783785
# prevent memory explosion in datashader _colorize

0 commit comments

Comments
 (0)