From d2ce469a3d2ffd1726e9294402da1d15e10bdf6e Mon Sep 17 00:00:00 2001 From: "niehues.mark@gmail.com" <niehues.mark@gmail.com> Date: Fri, 20 Mar 2020 20:42:21 +0100 Subject: [PATCH] ae --- evrouting/charge/routing.py | 1 - 1 file changed, 1 deletion(-) diff --git a/evrouting/charge/routing.py b/evrouting/charge/routing.py index 37ce574..af83a3f 100644 --- a/evrouting/charge/routing.py +++ b/evrouting/charge/routing.py @@ -39,7 +39,6 @@ def shortest_path(G: nx.Graph, charging_stations: Set[Node], s: Node, t: Node, :return: """ - actual_t: Node = t t, factories, queues = _setup( G, charging_stations, capacity, initial_soc, final_soc, s, t ) -- GitLab