diff options
author | Chenxiong Qi <qcxhome@gmail.com> | 2023-12-17 22:14:09 +0800 |
---|---|---|
committer | Hossein <hossein@libreoffice.org> | 2023-12-27 13:48:47 +0100 |
commit | 8b6e0dd9e47c20a79fd194f6d530d1c868911bda (patch) | |
tree | 9ebad0a155cf126fe6fde2b892bb164aaf914000 /pyuno/demo | |
parent | 7ad6ae594fd92b736b4217268eea47c71c04c34a (diff) |
tdf#158803 Fix issues detected by pyflakes
Change-Id: Iaa329dff61db894e7d5fecd840e785a53a48b26f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160889
Tested-by: Jenkins
Reviewed-by: Hossein <hossein@libreoffice.org>
Diffstat (limited to 'pyuno/demo')
-rw-r--r-- | pyuno/demo/ooextract.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pyuno/demo/ooextract.py b/pyuno/demo/ooextract.py index a5699548ce22..0aec00f43a47 100644 --- a/pyuno/demo/ooextract.py +++ b/pyuno/demo/ooextract.py @@ -45,7 +45,6 @@ def main(): try: opts, args = getopt.getopt(sys.argv[1:], "hc:", ["help", "connection-string=", "html"]) - format = None url = "uno:socket,host=localhost,port=2002;urp;StarOffice.ComponentContext" filterName = "Text (Encoded)" for o, a in opts: |