From 0b70f5a01de1d6fbbcc9f848bc770212f5bc2217 Mon Sep 17 00:00:00 2001 From: Bryon Lewis Date: Fri, 7 Feb 2025 10:52:29 -0500 Subject: [PATCH] linting --- uvdat/core/tasks/map_layers.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/uvdat/core/tasks/map_layers.py b/uvdat/core/tasks/map_layers.py index 5cefbfc..4b65a4f 100644 --- a/uvdat/core/tasks/map_layers.py +++ b/uvdat/core/tasks/map_layers.py @@ -67,7 +67,9 @@ def calculate_styling(geojson_data, style_options): if has_render_height: updated_style_options['layers']['fill-extrusion'] = {'enabled': True, 'color': '#CCCCCC'} # make the largest geometry type single selectable with the selectColor being cyan - enabled = [layer for layer, options in updated_style_options['layers'].items() if options['enabled']] + enabled = [ + layer for layer, options in updated_style_options['layers'].items() if options['enabled'] + ] for layer in ['fill-extrusion', 'fill', 'line']: if layer in enabled: