From 2287be693cc8d520e448b1f9ee80c9800b8daf1e Mon Sep 17 00:00:00 2001 From: Simon Marchi Date: Tue, 27 Aug 2019 01:00:24 -0400 Subject: [PATCH] tests: fix 'expected 2 blank lines, found 1' warning in utils.py This is not very important, but I'm fixing warnings anyway. Black is fine with this change (it doesn't revert it). Change-Id: I8e8cf58407d6309756c193d29d3447e9b16df63c Signed-off-by: Simon Marchi Reported-by: flake8 Reviewed-on: https://review.lttng.org/c/babeltrace/+/1982 Tested-by: jenkins --- tests/bindings/python/bt2/utils.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/bindings/python/bt2/utils.py b/tests/bindings/python/bt2/utils.py index 7707a531..3e669761 100644 --- a/tests/bindings/python/bt2/utils.py +++ b/tests/bindings/python/bt2/utils.py @@ -19,6 +19,7 @@ import bt2 import collections.abc + # Run callable `func` in the context of a component's __init__ method. The # callable is passed the Component being instantiated. # -- 2.34.1