From 180ea24e5a050393051ffc8df1fcff8373f59783 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Mon, 21 Nov 2022 19:42:31 +0100 Subject: Remove pyflakes Isn't borderline useless compared to mypy and pylint --- libmat2/office.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'libmat2/office.py') diff --git a/libmat2/office.py b/libmat2/office.py index ae6ef39..1c1bca8 100644 --- a/libmat2/office.py +++ b/libmat2/office.py @@ -12,9 +12,6 @@ from .archive import ZipParser # pylint: disable=line-too-long -# Make pyflakes happy -assert Pattern - def _parse_xml(full_path: str) -> tuple[ET.ElementTree, dict[str, str]]: """ This function parses XML, with namespace support. """ namespace_map = dict() -- cgit v1.3