Rasleen commited on
Commit
6d32fa3
·
verified ·
1 Parent(s): 8a7cd79

Delete traffic_logic.py

Browse files
Files changed (1) hide show
  1. traffic_logic.py +0 -3
traffic_logic.py DELETED
@@ -1,3 +0,0 @@
1
- def get_next_green(vehicle_counts):
2
- # Returns the road with the highest vehicle count
3
- return max(vehicle_counts, key=vehicle_counts.get)