Remove unnused union

This commit is contained in:
Andrei Betlen 2023-05-18 11:35:15 -04:00
parent 50e136252a
commit 21d8f5fa9f

View file

@ -1,4 +1,4 @@
from typing import List, Optional, Dict, Union
from typing import List, Optional, Dict
from typing_extensions import TypedDict, NotRequired, Literal