Remove unused packet handlers

M1nd3r 1 month ago
parent 67affe0c5e
commit 9ce5eebbe3

@ -1,14 +0,0 @@
from . import ChannelState
from .channel_context import ChannelContext
def getPacketHandler(
channel: ChannelContext, packet: bytes
): # TODO is the packet bytes or BufferType?
if channel.get_channel_state is ChannelState.TH1: # TODO is correct
# return handler_TH_1
pass
def handler_TH_1(packet):
pass
Loading…
Cancel
Save