mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 13:46:32 +00:00
support/scripts/pkg-stats: fix flake8 E302 warning
Fixes: support/scripts/pkg-stats:57:1: E302 expected 2 blank lines, found 1 Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
769f98c18c
commit
e03bdef0ec
@ -54,6 +54,7 @@ RM_API_STATUS_NOT_FOUND = 4
|
|||||||
# because it's used by sub-processes.
|
# because it's used by sub-processes.
|
||||||
http_pool = None
|
http_pool = None
|
||||||
|
|
||||||
|
|
||||||
class Defconfig:
|
class Defconfig:
|
||||||
def __init__(self, name, path):
|
def __init__(self, name, path):
|
||||||
self.name = name
|
self.name = name
|
||||||
|
Loading…
x
Reference in New Issue
Block a user