summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorBogdan B <buzea.bogdan@libreoffice.org>2022-11-11 20:17:39 +0200
committerKevin Suo <suokunlong@126.com>2022-11-28 20:51:36 +0100
commit0c2d485edece9078629842a0e1202bfb75f6d0d6 (patch)
treeec8281324c6478536687aca162ba9f6eea65f63b /sd
parente16daa6079f703c87e19904e7bb85e5fd9beac7c (diff)
tdf#132293 remove unused imports from uitest
Change-Id: I7690db426741fdc46cd2632f2db98ad75361261f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142617 Tested-by: Jenkins Reviewed-by: Kevin Suo <suokunlong@126.com>
Diffstat (limited to 'sd')
-rw-r--r--sd/qa/uitest/impress_tests/tdf137729.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/qa/uitest/impress_tests/tdf137729.py b/sd/qa/uitest/impress_tests/tdf137729.py
index 9180e460d0f8..fe742e0e1537 100644
--- a/sd/qa/uitest/impress_tests/tdf137729.py
+++ b/sd/qa/uitest/impress_tests/tdf137729.py
@@ -10,9 +10,9 @@
from uitest.framework import UITestCase
from uitest.uihelper.common import select_pos
from com.sun.star.drawing.HatchStyle import SINGLE
-from uitest.uihelper.common import get_state_as_dict
from uitest.uihelper.common import change_measurement_unit
+
class tdf137729(UITestCase):
def test_tdf137729(self):