summaryrefslogtreecommitdiff
path: root/kafka/protocol/struct.py
diff options
context:
space:
mode:
authorJeff Widman <jeff@jeffwidman.com>2017-08-30 15:09:25 -0700
committerJeff Widman <jeff@jeffwidman.com>2019-10-11 12:35:19 -0700
commit1e1b13d83963d343162564eb990301e4d46213da (patch)
tree9ec2bea824d6c6367a16b74867dc6d69c834a283 /kafka/protocol/struct.py
parentf61b08c8549f8a2012d5fa79908b2f61276ba88c (diff)
downloadkafka-python-remove-some-unused-code.tar.gz
Add a bunch of TODOsremove-some-unused-code
Diffstat (limited to 'kafka/protocol/struct.py')
-rw-r--r--kafka/protocol/struct.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/kafka/protocol/struct.py b/kafka/protocol/struct.py
index 676de1b..df52de1 100644
--- a/kafka/protocol/struct.py
+++ b/kafka/protocol/struct.py
@@ -65,6 +65,7 @@ class Struct(AbstractType):
return False
return True
+# TODO should this be removed or finished?
"""
class MetaStruct(type):
def __new__(cls, clsname, bases, dct):