From 2fbda86b3e79c51f92054866d138867b4afef938 Mon Sep 17 00:00:00 2001 From: Kuan Butts Date: Sun, 24 Dec 2017 11:07:03 -0500 Subject: [PATCH] drop f string --- tests/test_graph_assembly.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_graph_assembly.py b/tests/test_graph_assembly.py index 2646ca7..e83343c 100644 --- a/tests/test_graph_assembly.py +++ b/tests/test_graph_assembly.py @@ -28,7 +28,7 @@ def test_feed_to_graph_performance(): print('Perf of get_representative_feed: {}s'.format(elapsed)) fl = len(feed.routes) - print(f'Iteration on {fl} routes.') + print('Iteration on {} routes.'.format(fl)) a = time() (all_edge_costs,