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/archive.py | |
| parent | 618e0a8e3984fd534b95ef3dbdcb8a76502c90b5 (diff) | |
Remove pyflakes
Isn't borderline useless compared to mypy and pylint
Diffstat (limited to 'libmat2/archive.py')
| -rw-r--r-- | libmat2/archive.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libmat2/archive.py b/libmat2/archive.py index 5f058b9..25ff7f9 100644 --- a/libmat2/archive.py +++ b/libmat2/archive.py | |||
| @@ -11,9 +11,6 @@ from typing import Pattern, Union, Any | |||
| 11 | 11 | ||
| 12 | from . import abstract, UnknownMemberPolicy, parser_factory | 12 | from . import abstract, UnknownMemberPolicy, parser_factory |
| 13 | 13 | ||
| 14 | # Make pyflakes happy | ||
| 15 | assert Pattern | ||
| 16 | |||
| 17 | # pylint: disable=not-callable,assignment-from-no-return,too-many-branches | 14 | # pylint: disable=not-callable,assignment-from-no-return,too-many-branches |
| 18 | 15 | ||
| 19 | # An ArchiveClass is a class representing an archive, | 16 | # An ArchiveClass is a class representing an archive, |
