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

Add __all__ to __init__.py #54

Merged
merged 1 commit into from
Dec 4, 2023

Conversation

TheSuperiorStanislav
Copy link
Member

@TheSuperiorStanislav TheSuperiorStanislav commented Dec 1, 2023

Resolve same issue as in saritasa-nest/pomcorn#5

Without it in VS Code, Pylance will raise reportPrivateImportUsage when trying to import non-module names from package.

@TheSuperiorStanislav TheSuperiorStanislav marked this pull request as ready for review December 1, 2023 05:11
@TheSuperiorStanislav TheSuperiorStanislav requested a review from a team as a code owner December 1, 2023 05:11
@TheSuperiorStanislav TheSuperiorStanislav requested review from ron8mcr, AndyGreenwell94 and NikAzanov and removed request for a team December 1, 2023 05:11
@TheSuperiorStanislav TheSuperiorStanislav force-pushed the feature/fix-global-import-setup branch 2 times, most recently from 4d3210e to 501000b Compare December 1, 2023 05:13
Without it in VS Code, `Pylance` will raise `reportPrivateImportUsage`
when trying to import non-module names from package.
@TheSuperiorStanislav TheSuperiorStanislav merged commit c133d8f into main Dec 4, 2023
4 checks passed
@TheSuperiorStanislav TheSuperiorStanislav deleted the feature/fix-global-import-setup branch December 4, 2023 02:56
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