Skip to content

Commit 6922e74

Browse files
committed
style: run ruff
1 parent 4ed220e commit 6922e74

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ORStools/proc/directions_points_layers_proc.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,9 @@ def processAlgorithm(
159159
csv_factor = self.parameterAsDouble(parameters, self.CSV_FACTOR, context)
160160
csv_column = self.parameterAsString(parameters, self.CSV_COLUMN, context)
161161
if csv_factor > 0:
162-
options["profile_params"] = {"weightings": {"csv_factor": csv_factor, "csv_column": csv_column}}
162+
options["profile_params"] = {
163+
"weightings": {"csv_factor": csv_factor, "csv_column": csv_column}
164+
}
163165

164166
extra_info = self.parameterAsEnums(parameters, self.EXTRA_INFO, context)
165167
extra_info = [EXTRA_INFOS[i] for i in extra_info]

0 commit comments

Comments
 (0)