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
from MergePythonSDK.accounting.api.expenses_api import ExpensesApi
with ApiClient(self.configuration) as api_client:
api_instance = ExpensesApi(api_client)
#api_response = api_instance.expenses_list(cursor = cursor) if cursor else api_instance.expenses_list()
This is causing following error:
from MergePythonSDK.accounting.api.expenses_api import ExpensesApi
File "/usr/local/lib/python3.9/site-packages/MergePythonSDK/accounting/api/expenses_api.py", line 25, in <module>
from MergePythonSDK.accounting.model.expense import Expense
File "/usr/local/lib/python3.9/site-packages/MergePythonSDK/accounting/model/expense.py", line 123
else:
TabError: inconsistent use of tabs and spaces in indentation
Looks like some ident issue in model expense.py file. This is blocking some of our working integration with merge api. Please review
The text was updated successfully, but these errors were encountered:
Hi,
I am using following code:
from MergePythonSDK.accounting.api.expenses_api import ExpensesApi
This is causing following error:
Looks like some ident issue in model expense.py file. This is blocking some of our working integration with merge api. Please review
The text was updated successfully, but these errors were encountered: