Skip to content

Commit

Permalink
drop f string
Browse files Browse the repository at this point in the history
  • Loading branch information
kuanb committed Dec 24, 2017
1 parent c6a9261 commit 2fbda86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_graph_assembly.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 2fbda86

Please sign in to comment.