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/archive.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'libmat2/archive.py') 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 from . import abstract, UnknownMemberPolicy, parser_factory -# Make pyflakes happy -assert Pattern - # pylint: disable=not-callable,assignment-from-no-return,too-many-branches # An ArchiveClass is a class representing an archive, -- cgit v1.3