diff options
author | Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> | 2024-07-28 16:14:23 +0300 |
---|---|---|
committer | Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> | 2024-07-28 18:53:39 +0200 |
commit | eff9495b70722d8e590e97b1710cfc7c00f6ce72 (patch) | |
tree | a804cdfe1347a30b35839e288f20cc7ac845e6e6 /en | |
parent | 54a753654845ecd253d7af7693bbcfbc9d952716 (diff) |
Lightproof: undo some import order changes advised by Ruff linter
Change-Id: Iec2b9a1ed9bf2f9a41dc098fcf6ee8026917e3a3
Reviewed-on: https://gerrit.libreoffice.org/c/dictionaries/+/171140
Tested-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Diffstat (limited to 'en')
-rw-r--r-- | en/pythonpath/lightproof_impl_en.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/en/pythonpath/lightproof_impl_en.py b/en/pythonpath/lightproof_impl_en.py index bd8b1c1..9700fbe 100644 --- a/en/pythonpath/lightproof_impl_en.py +++ b/en/pythonpath/lightproof_impl_en.py @@ -4,7 +4,6 @@ import re import sys import os import traceback -import lightproof_handler_en from com.sun.star.text.TextMarkupType import PROOFREADING from com.sun.star.beans import PropertyValue @@ -15,6 +14,8 @@ version = "0.4.3" author = "László Németh" name = "Lightproof grammar checker (English)" +import lightproof_handler_en + # loaded rules (check for Update mechanism of the editor) try: langrule |