Skip to content

Commit 92d0f62

Browse files
committed
fix: remove redundant flag-adding
1 parent ace62dc commit 92d0f62

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

ORStools/proc/isochrones_point_proc.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,6 @@ def __init__(self):
8383
),
8484
]
8585

86-
# Set flag of smoothness parameters to advanced
87-
smooth_param = next((i for i in self.PARAMETERS if i.name() == self.IN_SMOOTHING), None)
88-
smooth_param.setFlags(smooth_param.flags() | QgsProcessingParameterDefinition.FlagAdvanced)
89-
9086
# Save some important references
9187
# TODO bad style, refactor
9288
isochrones = isochrones_core.Isochrones()

0 commit comments

Comments
 (0)