Skip to content

Commit 6e98362

Browse files
committed
lint
1 parent d24c7aa commit 6e98362

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/private/pypi/parse_requirements.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ def parse_requirements(
228228
platforms = [],
229229
)
230230
sdists_by_sha[sha].platforms.extend(target_platforms)
231-
231+
232232
if len(whls) == 0:
233233
continue
234234

@@ -243,7 +243,7 @@ def parse_requirements(
243243
is_exposed = is_exposed,
244244
),
245245
)
246-
246+
247247
for sha, sdist_info in sdists_by_sha.items():
248248
ret_requirements.append(
249249
struct(

0 commit comments

Comments
 (0)