diff --git a/stubs/retry/@tests/stubtest_allowlist.txt b/stubs/retry/@tests/stubtest_allowlist.txt index 061a568b1..0e4e3d2ea 100644 --- a/stubs/retry/@tests/stubtest_allowlist.txt +++ b/stubs/retry/@tests/stubtest_allowlist.txt @@ -1,6 +1,3 @@ -# TODO: missing from stub -retry.__all__ - retry.compat retry.tests retry.tests.test_retry diff --git a/stubs/retry/retry/__init__.pyi b/stubs/retry/retry/__init__.pyi index 0cf7651b0..6818afd2d 100644 --- a/stubs/retry/retry/__init__.pyi +++ b/stubs/retry/retry/__init__.pyi @@ -1 +1,3 @@ from .api import retry as retry + +__all__ = ["retry"]