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

Remove import statement from __init__.py #150

Open
MarkHedleyJones opened this issue Aug 13, 2022 · 0 comments
Open

Remove import statement from __init__.py #150

MarkHedleyJones opened this issue Aug 13, 2022 · 0 comments

Comments

@MarkHedleyJones
Copy link
Owner

Exceptions for this have been added to .flake8 as F401 and F403.

Background

The offending code was added as means of restructuring the project without requiring changes to the plugins.
As some plugins are developed by third-parties, they are were so updatable so this was added as a temporary hack.
This may need to wait until plugins can be updated, which would be partly fixed by solving #127, or at-least ensure that proper versioning would prevent breakages to the plugin/menu ecosystem.

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

No branches or pull requests

1 participant