graph-build-time: fix code style
authorRicardo Martincoski <ricardo.martincoski@gmail.com>
Mon, 22 Jan 2018 00:44:31 +0000 (22:44 -0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 29 Jan 2018 22:14:24 +0000 (23:14 +0100)
commitcd04833926b1301ddd27e621e11b539025486622
treef30e7c434898bb3fbfb86c8918020403e8114fc7
parent236bede6318a5dd21f7edc3d57b74f5aff3d398c
graph-build-time: fix code style

Fix these warnings:
E201 whitespace after '['
E202 whitespace before ']'
E302 expected 2 blank lines, found 1
E305 expected 2 blank lines after class or function definition, found 1

Ignore these warnings:
E402 module level import not at top of file

Signed-off-by: Ricardo Martincoski <ricardo.martincoski@gmail.com>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Cc: Yann E. MORIN <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
support/scripts/graph-build-time