From: Simon Marchi Date: Tue, 27 Aug 2019 05:00:24 +0000 (-0400) Subject: tests: fix 'expected 2 blank lines, found 1' warning in utils.py X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=commitdiff_plain;h=2287be693cc8d520e448b1f9ee80c9800b8daf1e 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 --- 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. #