Remove unused Join callback
This commit is contained in:
parent
f11a461ad9
commit
ebb9b245a8
1 changed files with 0 additions and 2 deletions
|
@ -12,13 +12,11 @@ from nio import (
|
|||
|
||||
from .sync import sync_callback
|
||||
from .invite import room_invite_callback
|
||||
from .join import join_callback
|
||||
from .message import message_callback
|
||||
from .roommember import roommember_callback
|
||||
|
||||
RESPONSE_CALLBACKS = {
|
||||
SyncResponse: sync_callback,
|
||||
JoinResponse: join_callback,
|
||||
}
|
||||
|
||||
EVENT_CALLBACKS = {
|
||||
|
|
Loading…
Reference in a new issue