Fix PEP257 issues

This commit is contained in:
Fabian Affolter 2016-03-09 10:25:50 +01:00
parent d6eab03a61
commit 9838697d2b
120 changed files with 1447 additions and 1297 deletions

View file

@ -1,9 +1,4 @@
"""
tests.helpers.test_entity_component
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Tests the entity component helper.
"""
"""Test the entity component helper."""
# pylint: disable=protected-access,too-many-public-methods
from collections import OrderedDict
import logging