Skip to content

Instantly share code, notes, and snippets.

@mypy-play
Created May 14, 2024 17:07
Show Gist options
  • Save mypy-play/623214d0243fcd38ce06dff9ba7ee186 to your computer and use it in GitHub Desktop.
Save mypy-play/623214d0243fcd38ce06dff9ba7ee186 to your computer and use it in GitHub Desktop.
Shared via mypy Playground
def test() -> dict[str, int]:
vals = {'hi': 3, 'ho': 4}
return vals
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment