We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef171c8 commit 0afe5b2Copy full SHA for 0afe5b2
dvc_http/__init__.py
@@ -83,7 +83,7 @@ def _prepare_credentials(self, **config):
83
if auth_method == "basic":
84
if user is None or password is None:
85
raise ConfigError(
86
- "HTTP 'basic' authentication require both " "'user' and 'password'"
+ "HTTP 'basic' authentication require both 'user' and 'password'"
87
)
88
client_kwargs["auth"] = aiohttp.BasicAuth(user, password)
89
elif auth_method == "custom":
0 commit comments