Add __all__ to retry (#13691)

This commit is contained in:
Semyon Moroz
2025-03-21 16:45:00 +04:00
committed by GitHub
parent b4e49dd521
commit 8524819367
2 changed files with 2 additions and 3 deletions
@@ -1,6 +1,3 @@
# TODO: missing from stub
retry.__all__
retry.compat
retry.tests
retry.tests.test_retry
+2
View File
@@ -1 +1,3 @@
from .api import retry as retry
__all__ = ["retry"]