diff options
author | tagezi <lera.goncharuk@gmail.com> | 2022-05-16 23:16:29 +0300 |
---|---|---|
committer | Xisco Fauli <xiscofauli@libreoffice.org> | 2022-05-23 14:35:38 +0200 |
commit | 69a103b57a39798473ebc48fdad0f696cbd606a6 (patch) | |
tree | c4d22b0dd2ac06edaa7de3816fd723ec7d09afeb /sc/qa/uitest/calc_tests3 | |
parent | 30a048cb895a3dcdd6048f3c525edd95a1371b91 (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_tests3')
-rw-r--r-- | sc/qa/uitest/calc_tests3/tdf139974.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sc/qa/uitest/calc_tests3/tdf139974.py b/sc/qa/uitest/calc_tests3/tdf139974.py index 1e7009b36fce..c30a05f90c19 100644 --- a/sc/qa/uitest/calc_tests3/tdf139974.py +++ b/sc/qa/uitest/calc_tests3/tdf139974.py @@ -9,7 +9,8 @@ from uitest.framework import UITestCase from libreoffice.calc.document import get_cell_by_position from libreoffice.uno.propertyvalue import mkPropertyValues -from uitest.uihelper.common import get_url_for_data_file, get_state_as_dict +from uitest.uihelper.common import get_url_for_data_file + class tdf139974(UITestCase): |