desktop/test/deployment/active/active_python.py   |    2 --
 desktop/test/deployment/passive/passive_python.py |    2 --
 2 files changed, 4 deletions(-)

New commits:
commit f727a1bc203369dc33f912cbf9f0fc0e6bc67ec8
Author:     Bogdan B <buzea.bog...@libreoffice.org>
AuthorDate: Thu Nov 2 21:42:35 2023 +0200
Commit:     Hossein <hoss...@libreoffice.org>
CommitDate: Wed Dec 27 17:50:36 2023 +0100

    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 <hoss...@libreoffice.org>
    Tested-by: Jenkins
    Reviewed-by: Hossein <hoss...@libreoffice.org>

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

Reply via email to