Skip to content

Commit

Permalink
Update type_checker_example.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sauravsrijan committed Jul 21, 2020
1 parent 6bd0f20 commit 6e3d4c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion type_checker_example.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from typing import Dict


dummy_names = {}
avengers = {"Steve Rogers": "Captian America"}
def update_mapping(names: Dict) -> None:
names.update({"Tony Stark": "The Ironman"})
return names

0 comments on commit 6e3d4c8

Please sign in to comment.