Skip to content

Commit b6e4e07

Browse files
authored
Delete dead constant (#116)
1 parent 6a36e6a commit b6e4e07

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/stompman/stompman/serde.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ def iter_bytes(bytes_: bytes) -> tuple[bytes, ...]:
7171
}
7272
FRAMES_TO_COMMANDS: Final = {value: key for key, value in COMMANDS_TO_FRAMES.items()}
7373
FRAMES_WITH_BODY: Final = (SendFrame, MessageFrame, ErrorFrame)
74-
COMMANDS_BYTES_LISTS: Final = [list(iter_bytes(command)) for command in COMMANDS_TO_FRAMES]
7574

7675

7776
def dump_header(key: str, value: str) -> bytes:

0 commit comments

Comments
 (0)