mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-01 22:07:41 +00:00
Bug 1501776: [taskgraph] Fix flake8 error; rs=bustage-fix
Differential Revision: https://phabricator.services.mozilla.com/D9745 --HG-- extra : moz-landing-system : lando
This commit is contained in:
parent
44c897a308
commit
8329f523fd
@ -13,7 +13,10 @@ from ..util.schema import Schema
|
||||
|
||||
schema = Schema({
|
||||
Required('primary-dependency', 'primary dependency task'): Task,
|
||||
Required('dependent-tasks', 'dictionary of dependent tasks, keyed by kind'): {basestring: Task},
|
||||
Required(
|
||||
'dependent-tasks',
|
||||
'dictionary of dependent tasks, keyed by kind',
|
||||
): {basestring: Task},
|
||||
})
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user