Ivan FB d59b6074bc
refactor(protobufutil): plain import of codec, exclude clashing symbol
Switch the brittle hand-maintained `from codec import <symbol-list>` to a
plain `import`, so adding a codec helper no longer means editing the list.
Use `except ProtobufError` because codec re-exports its own ProtobufError,
which would otherwise clash with our app-layer ./types/protobuf_error one.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-12 14:49:18 +02:00
..
2026-06-11 17:33:22 +02:00