Skip to content

Instantly share code, notes, and snippets.

@yothinix
Created March 1, 2018 14:25
Show Gist options
  • Save yothinix/f06ce918c0579c1137fe1818ba9938f6 to your computer and use it in GitHub Desktop.
Save yothinix/f06ce918c0579c1137fe1818ba9938f6 to your computer and use it in GitHub Desktop.
from typing import Union
def f(s: Union[int, str]) -> None:
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment