Skip to content

Commit

Permalink
fix: remove redundant flag-adding
Browse files Browse the repository at this point in the history
  • Loading branch information
koebi committed Dec 6, 2023
1 parent ace62dc commit 92d0f62
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ORStools/proc/isochrones_point_proc.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,6 @@ def __init__(self):
),
]

# Set flag of smoothness parameters to advanced
smooth_param = next((i for i in self.PARAMETERS if i.name() == self.IN_SMOOTHING), None)
smooth_param.setFlags(smooth_param.flags() | QgsProcessingParameterDefinition.FlagAdvanced)

# Save some important references
# TODO bad style, refactor
isochrones = isochrones_core.Isochrones()
Expand Down

0 comments on commit 92d0f62

Please sign in to comment.