diff options
author | Victor Kukshiev <andrey0bolkonsky@gmail.com> | 2021-02-19 00:23:30 +0300 |
---|---|---|
committer | Xisco Fauli <xiscofauli@libreoffice.org> | 2021-03-11 15:00:29 +0100 |
commit | 1a0af07a556e53dd156d933a8fb82bd13b5e84b1 (patch) | |
tree | 0addc62353730ca6c3b7604d669c4ab59429e1b1 /uitest/math_tests | |
parent | a05622de4a97215260a9275e6117d9f0e1e8e87f (diff) |
tdf#132293 remove unused imports from uitest
Change-Id: I8f47f87a25c3194c984a2deadcc3df86c6060847
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111499
Tested-by: Jenkins
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
Diffstat (limited to 'uitest/math_tests')
-rw-r--r-- | uitest/math_tests/start.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/uitest/math_tests/start.py b/uitest/math_tests/start.py index 425cb9679f57..2ad977f73917 100644 --- a/uitest/math_tests/start.py +++ b/uitest/math_tests/start.py @@ -11,7 +11,6 @@ from libreoffice.uno.propertyvalue import mkPropertyValues from uitest.framework import UITestCase from uitest.uihelper.common import type_text, select_pos -from uitest.debug import sleep import unittest |