I think there is a missed module that is still being imported elsewhere ats.api.users_api.py that's throwing the error below:
django | from MergePythonSDK.ats.api import (
django | File "/usr/local/lib/python3.9/site-packages/MergePythonSDK/ats/api/users_api.py", line 27, in <module>
django | from MergePythonSDK.shared.model.remote_user import RemoteUser
django | ModuleNotFoundError: No module named 'MergePythonSDK.shared.model.remote_user'
version: mergepythonsdk-2.2.4
related to #11
I think there is a missed module that is still being imported elsewhere ats.api.users_api.py that's throwing the error below: