Skip to content

Commit

Permalink
fix: wrong Dict import
Browse files Browse the repository at this point in the history
  • Loading branch information
keshav1998 committed Dec 6, 2024
1 parent 2ff375d commit 98c50c5
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@

from collections import defaultdict
from datetime import datetime
from typing import Any, Generator, List, Optional, Tuple
from typing_extensions import Dict
from typing import Any, Dict, Generator, List, Optional, Tuple

from packages.valory.skills.decision_maker_abci.behaviours.base import (
DecisionMakerBaseBehaviour,
Expand Down

0 comments on commit 98c50c5

Please sign in to comment.