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:
Matt Clay 2016-11-07 15:02:13 -08:00 committed by GitHub
commit 8c270ac75f
27 changed files with 20 additions and 487 deletions

View file

@ -1,5 +0,0 @@
# Make coding more python3-ish
from __future__ import (absolute_import, division, print_function)
__metaclass__ = type