From 3d3d3c28d88d1f7bad2b9a274fe9ad4cfaf01554 Mon Sep 17 00:00:00 2001 From: Bartek Grzybowski Date: Thu, 5 Mar 2020 10:28:03 +0100 Subject: Fix indentation and whitespace issues in Python scripts Reported by pylint. Change-Id: I9d5ee152f3587bb2d7e8abee919e4ffe47d8ae85 Issue-ID: INT-1427 Signed-off-by: Bartek Grzybowski --- test/vcpe/tests/test_imports.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/vcpe/tests/test_imports.py') diff --git a/test/vcpe/tests/test_imports.py b/test/vcpe/tests/test_imports.py index 4587495d4..728c29375 100644 --- a/test/vcpe/tests/test_imports.py +++ b/test/vcpe/tests/test_imports.py @@ -15,4 +15,4 @@ import vcpecommon # are included in setuptools configuration def test_imports(): - pass + pass -- cgit 1.2.3-korg