mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 07:26:29 +00:00
Fix pep8 error
This commit is contained in:
parent
fce3f502ab
commit
f48d392df8
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue