Skip to content

Commit fe2ae8e

Browse files
committed
fix mypy error
1 parent 5d832bc commit fe2ae8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dvc_http/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ async def get_client(
121121
attempts=self.SESSION_RETRIES,
122122
factor=self.SESSION_BACKOFF_FACTOR,
123123
max_timeout=self.REQUEST_TIMEOUT,
124-
exceptions=[aiohttp.ClientError],
124+
exceptions={aiohttp.ClientError},
125125
)
126126

127127
# The default timeout for the aiohttp is 300 seconds

0 commit comments

Comments
 (0)