Skip to content

Commit

Permalink
python3: empty __init__.py can be removed
Browse files Browse the repository at this point in the history
Since we are Python3 (PEP-420), these empty `__init__.py` files are
not required anymore.
`pytest` is still able to discover the test files.
  • Loading branch information
goneri committed Sep 13, 2022
1 parent ad9ddf3 commit b02fab8
Show file tree
Hide file tree
Showing 20 changed files with 0 additions and 0 deletions.
Empty file removed plugins/__init__.py
Empty file.
Empty file removed plugins/action/__init__.py
Empty file.
Empty file removed plugins/callback/__init__.py
Empty file.
Empty file removed plugins/doc_fragments/__init__.py
Empty file.
Empty file removed plugins/inventory/__init__.py
Empty file.
Empty file removed plugins/lookup/__init__.py
Empty file.
Empty file removed plugins/module_utils/__init__.py
Empty file.
Empty file removed plugins/modules/__init__.py
Empty file.
Empty file removed tests/unit/__init__.py
Empty file.
Empty file removed tests/unit/compat/__init__.py
Empty file.
Empty file removed tests/unit/mock/__init__.py
Empty file.
Empty file.
Empty file.
Empty file removed tests/unit/plugins/__init__.py
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file removed tests/unit/utils/__init__.py
Empty file.

0 comments on commit b02fab8

Please sign in to comment.