Skip to content

Commit 0f9de47

Browse files
authored
fix: Add positional arguments to NoRetryPolicy.should_retry (#309)
1 parent 9614ffb commit 0f9de47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure/datalake/store/retry.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222

2323
class RetryPolicy:
24-
def should_retry(self):
24+
def should_retry(self, *args):
2525
pass
2626

2727

0 commit comments

Comments
 (0)