Created
May 12, 2026 12:12
-
-
Save mypy-play/7de1fa03ba7a331292c21269ec1ae10b to your computer and use it in GitHub Desktop.
Shared via mypy Playground
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| from opnieuw.test_util import retry_immediately | |
| @retry_immediately() | |
| def foo() -> None: | |
| pass |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment