summaryrefslogtreecommitdiffstats
path: root/bin/check-autocorr.py
diff options
context:
space:
mode:
authorBogdan B <buzea.bogdan@libreoffice.org>2023-11-02 21:34:25 +0200
committerHossein <hossein@libreoffice.org>2023-12-29 09:54:42 +0100
commit605c2888786b02e34ab586aa462cc1e84843dad2 (patch)
tree1ccbf221502ce6025119ff680b6bf1477a4c545e /bin/check-autocorr.py
parentediteng: prefix members of ContentNode, CharAttribList, ContentAttribs (diff)
downloadcore-605c2888786b02e34ab586aa462cc1e84843dad2.tar.gz
core-605c2888786b02e34ab586aa462cc1e84843dad2.zip
tdf#158803 Remove unused imports from bin
Used pyflakes to find unused imports from bin/ folder. Then, removed those unused imports. Change-Id: I439dbc443d6da6d82700ff9caf2f4f2677f46b5f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158819 Reviewed-by: Hossein <hossein@libreoffice.org> Tested-by: Hossein <hossein@libreoffice.org>
Diffstat (limited to 'bin/check-autocorr.py')
-rwxr-xr-xbin/check-autocorr.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/check-autocorr.py b/bin/check-autocorr.py
index ebf1b50b1911..f865d3e891ce 100755
--- a/bin/check-autocorr.py
+++ b/bin/check-autocorr.py
@@ -11,7 +11,6 @@
# Usage sample: ./bin/check-autocorr.py extras/source/autocorr/lang/tr/DocumentList.xml
import sys
-import os
import xml.etree.ElementTree as ET
complete_file = sys.argv[1]