sw/qa/uitest/writer_tests8/tdf45946.py | 2 -- 1 file changed, 2 deletions(-)
New commits: commit 95c42616b7d4b6ff7f6088d29399fb9e9be6c833 Author: Jesus Solis <sol...@alum.mit.edu> AuthorDate: Thu Mar 27 01:32:00 2025 -0500 Commit: Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org> CommitDate: Fri Mar 28 12:01:58 2025 +0100 tdf#132293 remove unused imports Change-Id: I4feced18070ff9e4a0f631a56b4b0c8b0b6a1948 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/183358 Tested-by: Jenkins Tested-by: Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org> Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org> diff --git a/sw/qa/uitest/writer_tests8/tdf45946.py b/sw/qa/uitest/writer_tests8/tdf45946.py index f31a250cbb5e..bb6292e9569c 100644 --- a/sw/qa/uitest/writer_tests8/tdf45946.py +++ b/sw/qa/uitest/writer_tests8/tdf45946.py @@ -8,8 +8,6 @@ # from uitest.framework import UITestCase -from uitest.uihelper.common import get_state_as_dict -from libreoffice.uno.propertyvalue import mkPropertyValues class tdf45946(UITestCase):