You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace the following in src/{pathway}/schemas/validation.py:
# class immutabledict(typing.Generic[_K, _V], original_immutabledict.immutabledict[_K, _V]):
# # this class layer needed to not show init signature when making new instances
# pass
immutabledict = original_immutabledict.immutabledict
The text was updated successfully, but these errors were encountered:
Description
Issue:
python -m pip install .
from the repository, I am unable toimport {package}
openapi-generator version
3.0.0
Steps to reproduce
Output:
Related issues/PRs
#225
Suggest a fix/enhancement
Replace the following in
src/{pathway}/schemas/validation.py
:The text was updated successfully, but these errors were encountered: