Small cleanup of event parsing

This commit is contained in:
Mads Marquart
2020-01-23 14:56:28 +01:00
parent 1776c3aa45
commit c71c1d37c2
9 changed files with 74 additions and 76 deletions

View File

@@ -17,7 +17,7 @@ from fbchat import (
MessageEvent,
ThreadFolder,
)
from fbchat._events._delta_class import parse_delta
from fbchat._events import parse_delta
def test_people_added(session):