Skip to content

Commit d4ea92d

Browse files
committed
Remove timeout that we are not using it for now
1 parent e3e2bee commit d4ea92d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readthedocs/storage/azure_storage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def url(self, name, expire=None, http_method=None): # noqa
3434
"""
3535
return super().url(name, expire)
3636

37-
def exists(self, name, timeout=None):
37+
def exists(self, name):
3838
"""Override to catch timeout exception and return False."""
3939
try:
4040
return super().exists(name)

0 commit comments

Comments
 (0)