mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-04 12:35:49 +08:00
Add __all__ to retry (#13691)
This commit is contained in:
@@ -1,6 +1,3 @@
|
||||
# TODO: missing from stub
|
||||
retry.__all__
|
||||
|
||||
retry.compat
|
||||
retry.tests
|
||||
retry.tests.test_retry
|
||||
|
||||
@@ -1 +1,3 @@
|
||||
from .api import retry as retry
|
||||
|
||||
__all__ = ["retry"]
|
||||
|
||||
Reference in New Issue
Block a user