summaryrefslogtreecommitdiff
path: root/sc/qa/uitest/calc_tests8
diff options
context:
space:
mode:
authortagezi <lera.goncharuk@gmail.com>2022-05-16 23:16:29 +0300
committerXisco Fauli <xiscofauli@libreoffice.org>2022-05-23 14:35:38 +0200
commit69a103b57a39798473ebc48fdad0f696cbd606a6 (patch)
treec4d22b0dd2ac06edaa7de3816fd723ec7d09afeb /sc/qa/uitest/calc_tests8
parent30a048cb895a3dcdd6048f3c525edd95a1371b91 (diff)
tdf#132293: Removing unused imports from uitests files.
It seems, the most imports were copy-pasted from a file to a new one. Additionally, the import block and surrounding area made more readable. Change-Id: Ie1f31c489cb1e744b5d01d35e3908f1071313e90 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/134413 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
Diffstat (limited to 'sc/qa/uitest/calc_tests8')
-rw-r--r--sc/qa/uitest/calc_tests8/tdf125051.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/sc/qa/uitest/calc_tests8/tdf125051.py b/sc/qa/uitest/calc_tests8/tdf125051.py
index 8c314151ecf7..b1ece2a319c6 100644
--- a/sc/qa/uitest/calc_tests8/tdf125051.py
+++ b/sc/qa/uitest/calc_tests8/tdf125051.py
@@ -7,14 +7,13 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
from uitest.framework import UITestCase
-from uitest.uihelper.common import get_state_as_dict
-from uitest.uihelper.common import select_pos
from uitest.uihelper.calc import enter_text_to_cell
+
from libreoffice.calc.document import get_cell_by_position
from libreoffice.uno.propertyvalue import mkPropertyValues
-#Bug 125051 - EDITING: CRASH when start SpellCheck
+# Bug 125051 - EDITING: CRASH when start SpellCheck
class tdf125051(UITestCase):
def test_tdf125051_crash_spelling_dialog(self):
with self.ui_test.create_doc_in_start_center("calc") as document: