Skip to content

Commit

Permalink
support 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
panh99 committed Jun 22, 2024
1 parent c022267 commit d24e4e0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/py/flwr/common/record/typeddict.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@
"""Typed dict base class for *Records."""


from collections.abc import MutableMapping
from typing import Callable, Dict, Generic, Iterator, TypeVar, cast
from typing import Callable, Dict, Generic, Iterator, MutableMapping, TypeVar, cast

K = TypeVar("K") # Key type
V = TypeVar("V") # Value type
Expand Down

0 comments on commit d24e4e0

Please sign in to comment.