summaryrefslogtreecommitdiff
path: root/sw/qa/python
diff options
context:
space:
mode:
authorBogdan Buzea <buzea.bogdan@libreoffice.org>2024-03-27 16:24:51 +0100
committerIlmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>2024-03-28 16:13:25 +0100
commit5fa3abd3b28b7c30d015dc058f7719112003f51e (patch)
tree3fbb8ddc46967da99ba260adfcb8a32b21b630ec /sw/qa/python
parentd4d923f9db926d8b0b6eb3bb7b62f5a7a520c00d (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/python')
-rw-r--r--sw/qa/python/check_styles.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/sw/qa/python/check_styles.py b/sw/qa/python/check_styles.py
index 59e9637d56a9..922e9093d0eb 100644
--- a/sw/qa/python/check_styles.py
+++ b/sw/qa/python/check_styles.py
@@ -11,10 +11,8 @@ import unittest
from org.libreoffice.unotest import UnoInProcess
from com.sun.star.container import NoSuchElementException
from com.sun.star.beans import UnknownPropertyException
-from com.sun.star.lang import IndexOutOfBoundsException
from com.sun.star.lang import IllegalArgumentException
-
class CheckStyle(unittest.TestCase):
@classmethod