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

@@ -13,7 +13,7 @@ from fbchat import (
UnfetchedThreadEvent,
ActiveStatus,
)
from fbchat._events import parse_delta, parse_events
from fbchat._events import parse_events
def test_t_ms_full(session):