diff options
author | Miklos Vajna <vmiklos@collabora.com> | 2021-04-08 17:07:54 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2021-04-08 18:17:55 +0200 |
commit | d1a84b927b1203857d3d91ac5ddf0f1835ca1a48 (patch) | |
tree | 6b051109d3bf2aeda526d217b0e5be4b54d7dad5 /sfx2/qa/uitest/doc | |
parent | 12e647fcfe915971515e808ef71a55adbccc73c7 (diff) |
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 <vmiklos@collabora.com>
Tested-by: Jenkins
Diffstat (limited to 'sfx2/qa/uitest/doc')
-rw-r--r-- | sfx2/qa/uitest/doc/objserv.py | 1 |
1 files changed, 1 insertions, 0 deletions
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): |