Skip to content

Commit

Permalink
add TODO for typing.TypeAlias
Browse files Browse the repository at this point in the history
  • Loading branch information
williballenthin authored Aug 10, 2023
1 parent 582bb7c commit ae9d773
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions capa/features/extractors/base_extractor.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
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
Expand Down

0 comments on commit ae9d773

Please sign in to comment.