refactor: extract more methods

This commit is contained in:
Vlad Stan 2023-02-02 09:39:12 +02:00
parent 09424b0de9
commit 80ae3db4c1
2 changed files with 14 additions and 9 deletions

View file

@ -1,5 +1,5 @@
import json
import asyncio
import json
from typing import Any, Callable, List, Union
from fastapi import WebSocket