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
Several files attempt to import the object module even though it does not exist in the models package. One of the first examples can be found under src/python_client/emass_client/api/artifacts_api.py (it includes the following statement: from emass_client.models.object import object).
Recommendation
Add the object module to the models package.
The text was updated successfully, but these errors were encountered:
cyberphor
changed the title
The "object" Module Does Not Exist
The "object" module does not exist
Jul 29, 2024
Discussion
Several files attempt to import the
object
module even though it does not exist in themodels
package. One of the first examples can be found undersrc/python_client/emass_client/api/artifacts_api.py
(it includes the following statement:from emass_client.models.object import object
).Recommendation
Add the
object
module to themodels
package.The text was updated successfully, but these errors were encountered: