Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Fixes imports in __init__.py and moves exception handling around #100

Merged
merged 2 commits into from
Jan 3, 2023

Conversation

desertaxle
Copy link
Member

@desertaxle desertaxle commented Jan 3, 2023

The imports in __init__.py were incorrect and led to blocks not being correctly registered. I updated the imports and moved exception handling around so that import errors on our own modules aren't swallowed.

Example

Screenshots

Checklist

  • References any related issue by including "Closes #" or "Closes ".
    • If no issue exists and your change is not a small fix, please create an issue first.
  • Includes tests or only affects documentation.
  • Passes pre-commit checks.
    • Run pre-commit install && pre-commit run --all locally for formatting and linting.
  • Includes screenshots of documentation updates.
    • Run mkdocs serve view documentation locally.
  • Summarizes PR's changes in CHANGELOG.md

@desertaxle desertaxle marked this pull request as ready for review January 3, 2023 12:57
@desertaxle desertaxle requested a review from ahuang11 as a code owner January 3, 2023 12:57
@ahuang11 ahuang11 merged commit ef29a88 into main Jan 3, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants