Skip to content

Commit 271cfd3

Browse files
nejchJohnVillalovos
authored andcommitted
chore: remove redundant list comprehension
1 parent cfed622 commit 271cfd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/smoke/test_dists.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ def test_sdist_includes_tests(build):
3131

3232
def test_wheel_excludes_docs_and_tests(build):
3333
wheel = zipfile.ZipFile(DIST_DIR / WHEEL_FILE)
34-
assert not any([file.startswith((DOCS_DIR, TEST_DIR)) for file in wheel.namelist()])
34+
assert not any(file.startswith((DOCS_DIR, TEST_DIR)) for file in wheel.namelist())

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy