Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit271cfd3

Browse files
nejchJohnVillalovos
authored andcommitted
chore: remove redundant list comprehension
1 parentcfed622 commit271cfd3

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
deftest_wheel_excludes_docs_and_tests(build):
3333
wheel=zipfile.ZipFile(DIST_DIR/WHEEL_FILE)
34-
assertnotany([file.startswith((DOCS_DIR,TEST_DIR))forfileinwheel.namelist()])
34+
assertnotany(file.startswith((DOCS_DIR,TEST_DIR))forfileinwheel.namelist())

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp