Skip to content

Commit 0b70f5a

Browse files
committed
linting
1 parent 1362fcc commit 0b70f5a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

uvdat/core/tasks/map_layers.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,9 @@ def calculate_styling(geojson_data, style_options):
6767
if has_render_height:
6868
updated_style_options['layers']['fill-extrusion'] = {'enabled': True, 'color': '#CCCCCC'}
6969
# make the largest geometry type single selectable with the selectColor being cyan
70-
enabled = [layer for layer, options in updated_style_options['layers'].items() if options['enabled']]
70+
enabled = [
71+
layer for layer, options in updated_style_options['layers'].items() if options['enabled']
72+
]
7173

7274
for layer in ['fill-extrusion', 'fill', 'line']:
7375
if layer in enabled:

0 commit comments

Comments
 (0)