Skip to content

Invalid token error handling#304

Merged
IgorChvyrov-sm merged 2 commits intomainfrom
invalid_token_error_handling
Jul 16, 2025
Merged

Invalid token error handling#304
IgorChvyrov-sm merged 2 commits intomainfrom
invalid_token_error_handling

Conversation

@IgorChvyrov-sm
Copy link
Contributor

Related Issue: #299

Changes:
Fixed 4 linting errors in the python-sdk/src/conductor/client/http/api_client.py file by replacing improper type comparisons with Python best practices.
Reason:
The E721 rule from Ruff/Flake8 states: "Use is and is not for type comparisons, or isinstance() for isinstance checks"

Changes:
Added handling invalid authentication token errors in the API client.
Reason:
#299

@IgorChvyrov-sm IgorChvyrov-sm merged commit 6bffb92 into main Jul 16, 2025
1 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants