Skip to content

Commit 9624910

Browse files
committed
Changed the name of the method.
1 parent 9e8b223 commit 9624910

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/retry.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ class retry(object):
66

77
# Only works with DataFrames atm
88
@classmethod
9-
def empty(cls, func):
9+
def empty_dataframe(cls, func):
1010
def wrapper(*arguments,**kwargs):
1111
f = func(*arguments, **kwargs)
1212
while f.empty:

0 commit comments

Comments
 (0)