diff options
| author | jvoisin | 2022-11-21 19:42:31 +0100 |
|---|---|---|
| committer | jvoisin | 2022-11-21 19:57:38 +0100 |
| commit | 180ea24e5a050393051ffc8df1fcff8373f59783 (patch) | |
| tree | 30e80f95a7edaac494470f492c56932e1daf2484 /libmat2/office.py | |
| parent | 618e0a8e3984fd534b95ef3dbdcb8a76502c90b5 (diff) | |
Remove pyflakes
Isn't borderline useless compared to mypy and pylint
Diffstat (limited to 'libmat2/office.py')
| -rw-r--r-- | libmat2/office.py | 3 |
1 files changed, 0 insertions, 3 deletions
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 | |||
| 12 | 12 | ||
| 13 | # pylint: disable=line-too-long | 13 | # pylint: disable=line-too-long |
| 14 | 14 | ||
| 15 | # Make pyflakes happy | ||
| 16 | assert Pattern | ||
| 17 | |||
| 18 | def _parse_xml(full_path: str) -> tuple[ET.ElementTree, dict[str, str]]: | 15 | def _parse_xml(full_path: str) -> tuple[ET.ElementTree, dict[str, str]]: |
| 19 | """ This function parses XML, with namespace support. """ | 16 | """ This function parses XML, with namespace support. """ |
| 20 | namespace_map = dict() | 17 | namespace_map = dict() |
