Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed May 21, 2024
1 parent dfe9fc5 commit 2e724b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion felt/core/fsl_converter.py
Original file line number Diff line number Diff line change
Expand Up @@ -1607,7 +1607,8 @@ def singleband_pseudocolor_renderer_to_fsl(
return FslConverter.discrete_pseudocolor_renderer_to_fsl(
renderer, context, opacity
)
elif shader_function.colorRampType() == QgsColorRampShader.Interpolated:
elif (shader_function.colorRampType() ==
QgsColorRampShader.Interpolated):
return FslConverter.continuous_pseudocolor_renderer_to_fsl(
renderer, context, opacity
)
Expand Down

0 comments on commit 2e724b3

Please sign in to comment.