Skip to content

Commit

Permalink
Style fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
ionelmc committed Jun 11, 2020
1 parent 1866571 commit f63513f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_contrib.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ def flaky_func(arg):

def test_done_suceess():
calls = []

@retry
def ok_func():
calls.append(1)
Expand Down

0 comments on commit f63513f

Please sign in to comment.