From dd76d15b5db5d24214e5e7457bff6fd4b6841599 Mon Sep 17 00:00:00 2001 From: Mark Florisson Date: Tue, 11 Aug 2015 21:41:48 +0100 Subject: [PATCH] Remove leftover TODO comments --- cassandra/protocol.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/cassandra/protocol.py b/cassandra/protocol.py index 25311911..4ebeab5d 100644 --- a/cassandra/protocol.py +++ b/cassandra/protocol.py @@ -1012,8 +1012,6 @@ def cython_protocol_handler(colparser): The default is to use obj_parser.ListParser """ - # TODO: It may be cleaner to turn ProtocolHandler and ResultMessage into - # TODO: instances and use methods instead of class methods from cassandra.row_parser import make_recv_results_rows class FastResultMessage(ResultMessage):