summaryrefslogtreecommitdiff
path: root/odk/examples/python/toolpanel/toolpanel.py
diff options
context:
space:
mode:
authorBogdan B <buzea.bogdan@libreoffice.org>2023-12-29 09:36:05 +0000
committerHossein <hossein@libreoffice.org>2023-12-29 17:33:48 +0100
commit6e67802648356a00cdbe9e2e6770199e227a03cd (patch)
tree136e115fd6b90d9f45490de8cde6203e9df0d845 /odk/examples/python/toolpanel/toolpanel.py
parentdb69ae30592c1621d73d6c75718f692ef1ab1154 (diff)
tdf#158803 Remove unused imports from odk
Used pyflakes to find unused imports from odk module. Then, removed those unused imports. Change-Id: If1a160fa99f0c3581687faecb0c7051625c478c4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158821 Tested-by: Jenkins Reviewed-by: Hossein <hossein@libreoffice.org>
Diffstat (limited to 'odk/examples/python/toolpanel/toolpanel.py')
-rw-r--r--odk/examples/python/toolpanel/toolpanel.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/odk/examples/python/toolpanel/toolpanel.py b/odk/examples/python/toolpanel/toolpanel.py
index 8fcfb3f322fe..a4b05b8ca46f 100644
--- a/odk/examples/python/toolpanel/toolpanel.py
+++ b/odk/examples/python/toolpanel/toolpanel.py
@@ -18,7 +18,6 @@
# inspired by core/testautomation/extensions/optional/input/extension_sources/TaskPaneComponent
#
-import uno
import unohelper
from com.sun.star.ui import XUIElementFactory