Skip to content

Commit

Permalink
Missed top level import of stop_when_event_set
Browse files Browse the repository at this point in the history
Don't make me import from stop module itself ;)
  • Loading branch information
Joshua Harlow authored and pastamaker[bot] committed Nov 29, 2017
1 parent fccbedf commit 058200d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tenacity/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
from .stop import stop_all # noqa
from .stop import stop_any # noqa
from .stop import stop_never # noqa
from .stop import stop_when_event_set # noqa

# Import all built-in wait strategies for easier usage.
from .wait import wait_chain # noqa
Expand Down

0 comments on commit 058200d

Please sign in to comment.