Skip to content

Fix #1558 - avoid imports to be marked as private#1560

Merged
einarf merged 1 commit intopythonarcade:developmentfrom
MrWardKKHS:development
Feb 21, 2023
Merged

Fix #1558 - avoid imports to be marked as private#1560
einarf merged 1 commit intopythonarcade:developmentfrom
MrWardKKHS:development

Conversation

@MrWardKKHS
Copy link
Contributor

It is standard (see PEP 484 stub file section) to mark redundantly imported items as exported. This PR adds this redundant exporting to avoid accidentally indicating they should be private to type checkers.

@einarf
Copy link
Member

einarf commented Feb 21, 2023

Thanks!

@einarf einarf merged commit a4e7ea1 into pythonarcade:development Feb 21, 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.

2 participants