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
Importing sources_api (from skyportal_client.api import sources_api) fails with an error:
Traceback (most recent call last):
File "", line 1, in
File "XXXXXXXXXXXXXX/skyportal_client/api/sources_api.py", line 31, in
from skyportal_client.model.unknownbasetype import UNKNOWNBASETYPE
ModuleNotFoundError: No module named 'skyportal_client.model.unknownbasetype'
This might be an issue regarding OpenAPI, but I was not sure when I first encountered this.
The text was updated successfully, but these errors were encountered:
Importing sources_api (from skyportal_client.api import sources_api) fails with an error:
Traceback (most recent call last):
File "", line 1, in
File "XXXXXXXXXXXXXX/skyportal_client/api/sources_api.py", line 31, in
from skyportal_client.model.unknownbasetype import UNKNOWNBASETYPE
ModuleNotFoundError: No module named 'skyportal_client.model.unknownbasetype'
This might be an issue regarding OpenAPI, but I was not sure when I first encountered this.
The text was updated successfully, but these errors were encountered: