Skip to content

Commit 0afe5b2

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent ef171c8 commit 0afe5b2

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
@@ -83,7 +83,7 @@ def _prepare_credentials(self, **config):
8383
if auth_method == "basic":
8484
if user is None or password is None:
8585
raise ConfigError(
86-
"HTTP 'basic' authentication require both " "'user' and 'password'"
86+
"HTTP 'basic' authentication require both 'user' and 'password'"
8787
)
8888
client_kwargs["auth"] = aiohttp.BasicAuth(user, password)
8989
elif auth_method == "custom":

0 commit comments

Comments
 (0)