remove redundant types

Co-authored-by: Willi Ballenthin <willi.ballenthin@gmail.com>
This commit is contained in:
Yacine Elhamer
2023-06-14 09:58:33 +01:00
committed by mr-tz
parent 59ef52a271
commit 7ae07d4de5

View File

@@ -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