From d1a84b927b1203857d3d91ac5ddf0f1835ca1a48 Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Thu, 8 Apr 2021 17:07:54 +0200 Subject: sfx2 objserv uitest: fix missing newline PEP8 suggests two newlines after the module import list, restore that. Change-Id: I2834104e352f58bce3b8fb10679db6902244977b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113815 Reviewed-by: Miklos Vajna Tested-by: Jenkins --- sfx2/qa/uitest/doc/objserv.py | 1 + 1 file changed, 1 insertion(+) (limited to 'sfx2/qa') diff --git a/sfx2/qa/uitest/doc/objserv.py b/sfx2/qa/uitest/doc/objserv.py index 58ac79aebe20..369c2a4393fd 100644 --- a/sfx2/qa/uitest/doc/objserv.py +++ b/sfx2/qa/uitest/doc/objserv.py @@ -7,6 +7,7 @@ from uitest.framework import UITestCase from uitest.uihelper.common import get_url_for_data_file + # Test for sfx2/source/doc/objserv.cxx. class Test(UITestCase): -- cgit