Remove models.py

This commit is contained in:
Mads Marquart
2019-08-28 22:59:22 +02:00
parent 62c9512734
commit da4ed73ec6
13 changed files with 51 additions and 48 deletions

View File

@@ -5,8 +5,7 @@ import pytest
from os import environ
from random import randrange
from contextlib import contextmanager
from fbchat import Client
from fbchat.models import ThreadType, EmojiSize, FBchatFacebookError, Sticker
from fbchat import ThreadType, EmojiSize, FBchatFacebookError, Sticker, Client
log = logging.getLogger("fbchat.tests").addHandler(logging.NullHandler())