Skip to content

Commit 071fd32

Browse files
pre-commit-ci[bot]robin92
authored andcommitted
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent c131617 commit 071fd32

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

tests/utils/test_authenticator.py

+2-6
Original file line numberDiff line numberDiff line change
@@ -130,9 +130,7 @@ def test_authenticator_falls_back_to_keyring_url(
130130
config, mock_remote, http, with_simple_keyring, dummy_keyring
131131
):
132132
config.merge(
133-
{
134-
"repositories": {"foo": {"url": "https://foo.bar/simple/"}},
135-
}
133+
{"repositories": {"foo": {"url": "https://foo.bar/simple/"}},}
136134
)
137135

138136
dummy_keyring.set_password(
@@ -151,9 +149,7 @@ def test_authenticator_falls_back_to_keyring_netloc(
151149
config, mock_remote, http, with_simple_keyring, dummy_keyring
152150
):
153151
config.merge(
154-
{
155-
"repositories": {"foo": {"url": "https://foo.bar/simple/"}},
156-
}
152+
{"repositories": {"foo": {"url": "https://foo.bar/simple/"}},}
157153
)
158154

159155
dummy_keyring.set_password("foo.bar", None, SimpleCredential(None, "bar"))

0 commit comments

Comments
 (0)