Got rid of old comments.

This commit is contained in:
Michael Whittaker 2021-02-04 22:08:46 -08:00
parent 1348ee4527
commit 6e6f8103a8

View file

@ -18,9 +18,6 @@ LOAD = 'load'
NETWORK = 'network'
LATENCY = 'latency'
# TODO(mwhittaker): Add some other non-optimal strategies.
# TODO(mwhittaker): Make it easy to make arbitrary strategies.
class NoStrategyFoundError(ValueError):
pass