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
This is a known bug in the swagger autogeneration. These can be fixed by deleting the line with the content from swagger_client.models.model import Model # noqa: F401,E501 from the file swagger_client\models\model.py and the line with the content from swagger_client.models.inner_error import InnerError # noqa: F401,E501 from the file swagger_client\models\inner_error.py inside the installed package. The error message will tell you where these files are located for your installation.
Cannot check import for swagger_client.
The text was updated successfully, but these errors were encountered: