Skip to content

Conversation

@MauriceHendrix
Copy link
Contributor

@MauriceHendrix MauriceHendrix commented May 7, 2025

fixes the linting errors in #108
@VladIftime have a look. Especially where I assed raise e
what's happened there is: linting complains you are catching just genericly any exception. If you just want to log a message, then re-raising the error gets rid of the warning, but if you really wanted to log and the code to continute, you should figure out a more specific set of errors to catch

@MauriceHendrix MauriceHendrix requested a review from VladIftime May 7, 2025 11:51
@MauriceHendrix MauriceHendrix marked this pull request as ready for review May 7, 2025 11:51
@MauriceHendrix MauriceHendrix mentioned this pull request May 7, 2025
1 task
Copy link
Collaborator

@VladIftime VladIftime left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good !

@VladIftime VladIftime merged commit 575eee7 into feat/abstract_client May 12, 2025
19 checks passed
@VladIftime VladIftime deleted the feat/abstract_client_linting branch May 12, 2025 10:02
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