From 0571c17e3a550f22d1b69cd24eaf649de582435f Mon Sep 17 00:00:00 2001 From: Gu1nn3zz <guinness@crans.org> Date: Wed, 17 Jun 2020 23:10:17 +0200 Subject: [PATCH] Fix linting --- libmat2/office.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libmat2/office.py b/libmat2/office.py index ebf3689..669aa89 100644 --- a/libmat2/office.py +++ b/libmat2/office.py @@ -520,7 +520,7 @@ class LibreOfficeParser(ZipParser): to_randomize.append(element) for uri, ns in ET._namespace_map.items(): - if (ns == 'xml'): + if ns == 'xml': namespace_xml = uri assert namespace_xml -- GitLab