mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00: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:
@@ -1,5 +0,0 @@
|
||||
|
||||
# Make coding more python3-ish
|
||||
from __future__ import (absolute_import, division, print_function)
|
||||
__metaclass__ = type
|
||||
|
||||
|
||||
Reference in New Issue
Block a user