Skip to content

Commit c42b6db

Browse files
committed
lint
1 parent bc10178 commit c42b6db

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tests/pypi/parse_requirements/parse_requirements_tests.bzl

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ def _test_direct_urls(env):
182182
)],
183183
),
184184
],
185-
"foo": [
185+
"foo": [
186186
struct(
187187
distribution = "foo",
188188
extra_pip_args = [],
@@ -205,7 +205,8 @@ def _test_direct_urls(env):
205205
yanked = False,
206206
)],
207207
),
208-
], })
208+
],
209+
})
209210

210211
_tests.append(_test_direct_urls)
211212

0 commit comments

Comments
 (0)