Skip to content

Introduce __init__.py files for common package modules where missing#252

Merged
adrianclay merged 1 commit intomainfrom
fix-modules
Feb 21, 2025
Merged

Introduce __init__.py files for common package modules where missing#252
adrianclay merged 1 commit intomainfrom
fix-modules

Conversation

@adrianclay
Copy link
Copy Markdown
Contributor

Why

The init.py file is required to make something a package.

See also: https://docs.python.org/3/tutorial/modules.html#packages

Type of change

Internal change (non-breaking change with no effect on the functionality affecting end users)

Checklist:

  • I have performed a self-review of my code
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • I have updated the Changelog with details of my change in the UNRELEASED section if this change will affect end users

@adrianclay adrianclay enabled auto-merge (squash) February 20, 2025 18:15
@adrianclay adrianclay disabled auto-merge February 20, 2025 18:15
@adrianclay adrianclay enabled auto-merge (squash) February 20, 2025 18:15
@adrianclay adrianclay changed the title Introduce __init__files for common package modules where missing Introduce __init__.py files for common package modules where missing Feb 20, 2025
@adrianclay adrianclay merged commit c31e7cb into main Feb 21, 2025
@adrianclay adrianclay deleted the fix-modules branch February 21, 2025 11:33
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