Remove unnused union
This commit is contained in:
parent
50e136252a
commit
21d8f5fa9f
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
from typing import List, Optional, Dict, Union
|
||||
from typing import List, Optional, Dict
|
||||
from typing_extensions import TypedDict, NotRequired, Literal
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue