Skip to content

Commit dd71871

Browse files
author
brett-bonner_infodesk
committed
refactor(codec): merge Python codec into bridge core
1 parent 353e7e6 commit dd71871

5 files changed

Lines changed: 58 additions & 362 deletions

File tree

runtime/python_bridge.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@
4242
import os
4343
import importlib # noqa: F401 (re-exported for compat / used by handlers via core)
4444

45-
from safe_codec import BridgeCodec, CodecError
46-
4745
import tywrap_bridge_core as core
4846
from frame_codec import FRAME_PROTOCOL_ID, FrameError, Reassembler, encode_frames
4947

@@ -53,6 +51,8 @@
5351
PROTOCOL,
5452
PROTOCOL_VERSION,
5553
CODEC_VERSION,
54+
BridgeCodec,
55+
CodecError,
5656
ProtocolError,
5757
ImportNotAllowedError,
5858
AttributeNotAllowedError,

runtime/safe_codec.py

Lines changed: 0 additions & 352 deletions
This file was deleted.

0 commit comments

Comments
 (0)