mirror of
https://github.com/mandiant/capa.git
synced 2026-02-04 19:12:01 -08:00
add TODO for typing.TypeAlias
This commit is contained in:
@@ -12,6 +12,7 @@ import dataclasses
|
||||
from typing import Any, Dict, Tuple, Union, Iterator
|
||||
from dataclasses import dataclass
|
||||
|
||||
# TODO(williballenthin): use typing.TypeAlias directly when Python 3.9 is deprecated
|
||||
from typing_extensions import TypeAlias
|
||||
|
||||
import capa.features.address
|
||||
|
||||
Reference in New Issue
Block a user