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 circular import in package init #58

Closed
wants to merge 1 commit into from

Conversation

ferdnyc
Copy link

@ferdnyc ferdnyc commented Jun 28, 2023

The core.WebSupport import depends on package_dir, so it needs to be done after that's defined. (That's why the line was # noqa-d to begin with.)

See #57 (comment)

The core.WebSupport import depends on `package_dir`, so it needs
to be done after that's defined. (That's why the line was `# noqa`-d
to begin with.)
@ferdnyc
Copy link
Author

ferdnyc commented Oct 8, 2023

This is already fixed in the latest code.

@ferdnyc ferdnyc closed this Oct 8, 2023
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.

None yet

1 participant