Skip to content

Commit 10352ed

Browse files
committed
formatter
1 parent 20a82c1 commit 10352ed

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

nrel/hive/dispatcher/instruction_generator/instruction_generator_ops.py

-2
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,6 @@ def instruct_vehicles_to_dispatch_to_station(
183183
instructions: Tuple[Instruction, ...] = ()
184184

185185
for veh in vehicles:
186-
187186
if len(instructions) >= n:
188187
break
189188

@@ -291,7 +290,6 @@ def get_nearest_valid_station_distance(
291290
:return: the distance in km to the nearest valid station
292291
"""
293292

294-
295293
valid_stations = simulation_state.get_stations(
296294
filter_function=lambda s: s.membership.grant_access_to_membership(vehicle.membership)
297295
)

0 commit comments

Comments
 (0)