This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
from typing import List, Any
|
||||
from typing import Any, List
|
||||
|
||||
import aiohttp
|
||||
|
||||
from settings import API_BASE
|
||||
|
||||
headers = {"Content-Type": "application/json"}
|
||||
@@ -23,7 +25,7 @@ async def _request_endpoint(query_name, body):
|
||||
traceback.print_exc()
|
||||
|
||||
|
||||
async def get_followed_shouts(author_id: int) -> List[Any]:
|
||||
async def get_followed_shouts(author_id: int):
|
||||
query_name = "load_shouts_followed"
|
||||
query_type = "query"
|
||||
operation = "GetFollowedShouts"
|
||||
|
Reference in New Issue
Block a user