summaryrefslogtreecommitdiff
path: root/kafka/protocol/struct.py
diff options
context:
space:
mode:
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):