Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Don't import HttpClientError from edx-rest-api-client #2245

Merged
merged 1 commit into from
Sep 25, 2024

Conversation

feanil
Copy link
Contributor

@feanil feanil commented Sep 24, 2024

edx-rest-api-client was doing a wildcard import of the underlying
Slumber exception. This wildcard impart has been droped in the latest
release 6.0.0

This change updates the edx-enterprise code to not rely on this
indirection to import the exception class.

Relevant change: openedx/edx-rest-api-client@f3a7cd0#diff-d34240bacb445782a73762a7380c1c64efc25ded2afb18245bf2256fda8157ff

edx-rest-api-client was doing a wildcard import of the underlying
Slumber exception.  This wildcard impart has been droped in the latest
release 6.0.0

This change updates the edx-enterprise code to not rely on this
indirection to import the exception class.
@feanil feanil force-pushed the feanil/remove_unnecessary_dependency branch from 47afac6 to 13e58d0 Compare September 24, 2024 19:26
@feanil feanil merged commit 4b28ba7 into master Sep 25, 2024
13 checks passed
@feanil feanil deleted the feanil/remove_unnecessary_dependency branch September 25, 2024 13:05
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.

2 participants