Skip to content

Instantly share code, notes, and snippets.

@mypy-play
Created March 15, 2026 15:12
Show Gist options
  • Select an option

  • Save mypy-play/792d51700e4f1165382d81f243c9b148 to your computer and use it in GitHub Desktop.

Select an option

Save mypy-play/792d51700e4f1165382d81f243c9b148 to your computer and use it in GitHub Desktop.
Shared via mypy Playground
class Hard:
pass
class Soft:
pass
lst: list[Hard] | list[Soft]
lst = [val for val in lst]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment