Skip to content

Conversation

@epanepucci
Copy link
Member

  • use self.log instead of root logger
  • use contextlib.suppress('Exception') instead of try/except/pass; this obviates that this exception is really not an exception
  • prefix unused variable to please ruff

Ezequiel Panepucci and others added 2 commits February 6, 2026 13:39
- use self.log instead of root logger
- use contextlib.suppress('Exception') instead of try/except/pass;
  this obviates that this exception is really not an exception
- prefix unused variable to please ruff
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