Skip to content

Commit

Permalink
changed typing.Dict to typing.Mapping (#3987)
Browse files Browse the repository at this point in the history
  • Loading branch information
soumyadeepm04 authored Jun 24, 2024
1 parent d474e7a commit 857e7ef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
psutil = None

LabelValue = AttributeValue
Attributes = typing.Dict[str, LabelValue]
Attributes = typing.Mapping[str, LabelValue]
logger = logging.getLogger(__name__)

CLOUD_PROVIDER = ResourceAttributes.CLOUD_PROVIDER
Expand Down

0 comments on commit 857e7ef

Please sign in to comment.