mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 13:20:23 -07:00
Add empty-init code-smell script. (#18406)
Also removed boilerplate from otherwise empty __init__.py files which should not contain any code (checked by empty-init script).
This commit is contained in:
parent
6a3893c518
commit
8c270ac75f
27 changed files with 20 additions and 487 deletions
|
@ -1,5 +0,0 @@
|
|||
|
||||
# Make coding more python3-ish
|
||||
from __future__ import (absolute_import, division, print_function)
|
||||
__metaclass__ = type
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue