fix: set correct type annotations

Signed-off-by: Aaron Pham <29749331+aarnphm@users.noreply.github.com>
This commit is contained in:
Aaron Pham
2023-11-20 07:17:38 +00:00
parent 7e2aa80a8c
commit 41c857f292

View File

@@ -1,3 +1,4 @@
from __future__ import annotations
import uuid
from typing import Any, AsyncGenerator, Dict, TypedDict, Union