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/function_wizard | |
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/function_wizard')
-rw-r--r-- | sc/qa/uitest/function_wizard/function_wizard.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sc/qa/uitest/function_wizard/function_wizard.py b/sc/qa/uitest/function_wizard/function_wizard.py index 75ccbf137aec..5b5ff6533f54 100644 --- a/sc/qa/uitest/function_wizard/function_wizard.py +++ b/sc/qa/uitest/function_wizard/function_wizard.py @@ -7,10 +7,9 @@ # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -from libreoffice.uno.propertyvalue import mkPropertyValues - from uitest.framework import UITestCase + class FunctionWizardTest(UITestCase): # tdf#98427 def test_open_function_wizard(self): |