From 7ae07d4de5ad28298c79a4b71dac1ec28df2ad72 Mon Sep 17 00:00:00 2001 From: Yacine Elhamer <16624109+yelhamer@users.noreply.github.com> Date: Wed, 14 Jun 2023 09:58:33 +0100 Subject: [PATCH] remove redundant types Co-authored-by: Willi Ballenthin --- capa/features/extractors/base_extractor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/capa/features/extractors/base_extractor.py b/capa/features/extractors/base_extractor.py index 32911d39..8dd3cdf7 100644 --- a/capa/features/extractors/base_extractor.py +++ b/capa/features/extractors/base_extractor.py @@ -8,7 +8,7 @@ import abc import dataclasses -from typing import Any, Dict, Tuple, Union, Iterator, TextIO, BinaryIO +from typing import Any, Dict, Tuple, Union, Iterator from dataclasses import dataclass import capa.features.address