Fix pep8 error

This commit is contained in:
Anders Ingemann 2015-02-22 16:44:58 +01:00
parent fce3f502ab
commit f48d392df8

View file

@ -1,8 +1,9 @@
__all__ = ['Phase', 'Task', 'main']
from phase import Phase from phase import Phase
from task import Task from task import Task
from main import main from main import main
__all__ = ['Phase', 'Task', 'main']
def validate_manifest(data, validator, error): def validate_manifest(data, validator, error):
"""Validates the manifest using the base manifest """Validates the manifest using the base manifest