Skip to content

Commit f42899c

Browse files
committed
Expose retry.retry_call
1 parent ec6b3f5 commit f42899c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

retry/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
__all__ = ['retry']
1+
__all__ = ['retry', 'retry_call']
22

33
import logging
44

5-
from .api import retry
5+
from .api import retry, retry_call
66

77

88
# Set default logging handler to avoid "No handler found" warnings.

0 commit comments

Comments
 (0)