refactor: excel parse
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
from typing import Union
|
||||
|
||||
# This is a dirty hack - proper way it to upgrade OpenAPI generator for at least 5.0
|
||||
# But this upgrade will also require updating of all templates. Maybe some other day
|
||||
AnyOfstringinteger = Union[str, int]
|
||||
Reference in New Issue
Block a user