diff options
author | Bogdan B <buzea.bogdan@libreoffice.org> | 2023-11-02 21:42:35 +0200 |
---|---|---|
committer | Hossein <hossein@libreoffice.org> | 2023-12-27 17:50:36 +0100 |
commit | f727a1bc203369dc33f912cbf9f0fc0e6bc67ec8 (patch) | |
tree | f86126e2356ea8cde6de6a38f83f9f583ac24b40 /desktop | |
parent | 3bd2240ca6e5bfbd41631a252eb4244d0f8c9843 (diff) |
tdf#158803 Remove unused imports from desktop
Used pyflakes to find unused imports from desktop module. Then, removed
those unused imports.
Change-Id: Iccc0661ed586a717f4e5c69c238cbf70d6de0b79
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158820
Tested-by: Hossein <hossein@libreoffice.org>
Tested-by: Jenkins
Reviewed-by: Hossein <hossein@libreoffice.org>
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/test/deployment/active/active_python.py | 2 | ||||
-rw-r--r-- | desktop/test/deployment/passive/passive_python.py | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/desktop/test/deployment/active/active_python.py b/desktop/test/deployment/active/active_python.py index 7f6e5bbd44c4..1d6a32749a80 100644 --- a/desktop/test/deployment/active/active_python.py +++ b/desktop/test/deployment/active/active_python.py @@ -16,10 +16,8 @@ # the License at http://www.apache.org/licenses/LICENSE-2.0 . # -import uno import unohelper -from com.sun.star.awt import Rectangle from com.sun.star.awt.MessageBoxButtons import BUTTONS_OK from com.sun.star.awt.MessageBoxType import INFOBOX from com.sun.star.frame import XDispatch, XDispatchProvider diff --git a/desktop/test/deployment/passive/passive_python.py b/desktop/test/deployment/passive/passive_python.py index f16797e50175..58fe5d2266b6 100644 --- a/desktop/test/deployment/passive/passive_python.py +++ b/desktop/test/deployment/passive/passive_python.py @@ -16,10 +16,8 @@ # the License at http://www.apache.org/licenses/LICENSE-2.0 . # -import uno import unohelper -from com.sun.star.awt import Rectangle from com.sun.star.awt.MessageBoxButtons import BUTTONS_OK from com.sun.star.awt.MessageBoxType import INFOBOX from com.sun.star.frame import XDispatch, XDispatchProvider |