Improve msg typing

This commit is contained in:
Matthias
2023-03-06 19:23:05 +01:00
parent 0ece73578c
commit 70ad7b42b1
2 changed files with 12 additions and 11 deletions

View File

@@ -1,6 +1,6 @@
import logging
from ipaddress import IPv4Address
from typing import Any, Optional
from typing import Any, Dict, Optional
import orjson
import uvicorn