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 GitHub
parent 32cb57532e
commit 7198ebefc9

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