Commit Graph

3 Commits

Author SHA1 Message Date
Alexey Volkov be899723e3
fix(sdk): Components - Fixed ModelBase handling of open generic types in Python 3.9 (#4613)
In Python 3.9 the open generic types like `typing.Dict` lack the `__args__` attribute.
2020-10-12 04:12:47 -07:00
Alexey Volkov 92394f6542
SDK - Tests - Use relative imports (#3784)
This makes testing easier to run in local dev scenarios.
2020-05-19 00:09:36 -07:00
Alexey Volkov 1dcea49472
SDK - Moved the tests closer to the code (#3774)
This makes switching from code to tests easier
2020-05-18 01:37:35 -07:00