Duplicate typing comment

This commit is contained in:
Erik Johnston
2026-08-13 14:45:36 +01:00
parent e8f39a3f0e
commit e4b05233ca
+3
View File
@@ -1407,6 +1407,9 @@ class StreamToken:
for _, key in StreamKeyType.__members__.items():
if key == StreamKeyType.TYPING:
# The typing key is never yielded. That stream is allowed to
# "reset", and so comparisons don't really make sense as is.
# TODO: Figure out a better way of tracking resets.
continue
self_value = self.get_field(key)