Refactor threads file structure
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import fbchat
|
||||
from fbchat._page import PageData
|
||||
from fbchat import PageData
|
||||
|
||||
|
||||
def test_page_from_graphql(session):
|
@@ -1,7 +1,7 @@
|
||||
import pytest
|
||||
import datetime
|
||||
import fbchat
|
||||
from fbchat._user import UserData, ActiveStatus
|
||||
from fbchat import UserData, ActiveStatus
|
||||
|
||||
|
||||
def test_user_from_graphql(session):
|
Reference in New Issue
Block a user