unotest/source/python/org/libreoffice/unotest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 65dcbf095dcdb5566dce64306181e2dc8dc3dd6c Author: Bogdan Buzea <[email protected]> AuthorDate: Wed Aug 27 20:06:45 2025 +0200 Commit: Samuel Mehrbrodt <[email protected]> CommitDate: Thu Oct 2 09:50:10 2025 +0200 tdf#158803 imported but unused Change-Id: I165e6a07b35bfd8fd5b0c8cfa3c033c8219d8a05 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/190300 Reviewed-by: Samuel Mehrbrodt <[email protected]> Tested-by: Jenkins diff --git a/unotest/source/python/org/libreoffice/unotest.py b/unotest/source/python/org/libreoffice/unotest.py index e3865fdc0b8e..5ad4e497af93 100644 --- a/unotest/source/python/org/libreoffice/unotest.py +++ b/unotest/source/python/org/libreoffice/unotest.py @@ -28,7 +28,7 @@ except ImportError: raise try: - from com.sun.star.document import XDocumentEventListener + from com.sun.star.document import XDocumentEventListener # noqa: F401 except ImportError: print("UNO API class not found: try to set URE_BOOTSTRAP variable") print("to something like:")
