From 6e6f8103a89dfaeaac7118855bcff898ce983bf6 Mon Sep 17 00:00:00 2001 From: Michael Whittaker Date: Thu, 4 Feb 2021 22:08:46 -0800 Subject: [PATCH] Got rid of old comments. --- quoracle/quorum_system.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/quoracle/quorum_system.py b/quoracle/quorum_system.py index 94e2808..745d6a3 100644 --- a/quoracle/quorum_system.py +++ b/quoracle/quorum_system.py @@ -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