diff options
author | Bogdan Buzea <buzea.bogdan@libreoffice.org> | 2024-03-27 16:24:51 +0100 |
---|---|---|
committer | Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> | 2024-03-28 16:13:25 +0100 |
commit | 5fa3abd3b28b7c30d015dc058f7719112003f51e (patch) | |
tree | 3fbb8ddc46967da99ba260adfcb8a32b21b630ec /sw/qa/uitest/writer_tests4 | |
parent | d4d923f9db926d8b0b6eb3bb7b62f5a7a520c00d (diff) |
tdf#158803 Remove unused imports from uitest
Change-Id: I9808d74b5499660f80242c09f1ccfe4975e2b39e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165328
Tested-by: Jenkins
Tested-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Diffstat (limited to 'sw/qa/uitest/writer_tests4')
-rw-r--r-- | sw/qa/uitest/writer_tests4/tdf159418.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sw/qa/uitest/writer_tests4/tdf159418.py b/sw/qa/uitest/writer_tests4/tdf159418.py index 76143a5dce71..ccda45904279 100644 --- a/sw/qa/uitest/writer_tests4/tdf159418.py +++ b/sw/qa/uitest/writer_tests4/tdf159418.py @@ -8,7 +8,6 @@ # from uitest.framework import UITestCase -from libreoffice.uno.propertyvalue import mkPropertyValues from uitest.uihelper.common import get_state_as_dict, get_url_for_data_file class tdf159418(UITestCase): |