Skip to content

Commit

Permalink
Update python/src/uagents/experimental/dialogues/__init__.py
Browse files Browse the repository at this point in the history
Co-authored-by: James Riehl <[email protected]>
  • Loading branch information
Dacksus and jrriehl authored Feb 29, 2024
1 parent 9d617b5 commit 2ccff1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/src/uagents/experimental/dialogues/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ def get_overview(self) -> dict:
else {}
)

def _build_graph(self) -> dict[str, List[str]]:
def _build_graph(self) -> Dict[str, List[str]]:
"""
Build the graph of the dialogue while showing the state relations.
Expand Down

0 comments on commit 2ccff1d

Please sign in to comment.