support/scripts/pkg-stats: fix flake8 E302 warning
authorThomas Petazzoni <thomas.petazzoni@bootlin.com>
Tue, 24 Mar 2020 13:25:57 +0000 (14:25 +0100)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Tue, 24 Mar 2020 14:27:57 +0000 (15:27 +0100)
Fixes:

  support/scripts/pkg-stats:57:1: E302 expected 2 blank lines, found 1

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
support/scripts/pkg-stats

index 7b144a5ba644d21b033b5fa631002344359730c5..93035495adcb533da54c4af5119f6502ff70f4cd 100755 (executable)
@@ -54,6 +54,7 @@ RM_API_STATUS_NOT_FOUND = 4
 # because it's used by sub-processes.
 http_pool = None
 
+
 class Defconfig:
     def __init__(self, name, path):
         self.name = name