Amir Mofakhar 806a418ede Updated pep8 checks
* set the maximum line length to 100
* removed unnecessary ignores
* updated codes for pep8
* added apache 2.0 license for missed files

Change-Id: If9398a8fdd094e50d6a07cb73f7389558dbe0a0d
Signed-off-by: Amir Mofakhar <amofakhar@op5.com>
2018-04-04 14:39:41 +00:00

7 lines
121 B
Python

from .keyed import KeyedProducer
from .simple import SimpleProducer
__all__ = [
'SimpleProducer', 'KeyedProducer'
]