Skip to content

Instantly share code, notes, and snippets.

@mypy-play
Created July 22, 2024 11:13
Show Gist options
  • Save mypy-play/25fc90719f96098938a09ce5dc0463b7 to your computer and use it in GitHub Desktop.
Save mypy-play/25fc90719f96098938a09ce5dc0463b7 to your computer and use it in GitHub Desktop.
Shared via mypy Playground
from typing import Any
def foo(x: Any) -> None:
pass
class Bar():
pass
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment