Skip to content

Commit 5510519

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
1 parent 42710d7 commit 5510519

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

tests/stubtest_third_party.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,7 @@
3131
)
3232

3333

34-
def run_stubtest(
35-
dist: Path, *, verbose: bool = False, ci_platforms_only: bool = False, keep_tmp_dir: bool = False
36-
) -> bool:
34+
def run_stubtest(dist: Path, *, verbose: bool = False, ci_platforms_only: bool = False, keep_tmp_dir: bool = False) -> bool:
3735
"""Run stubtest for a single distribution."""
3836

3937
dist_name = dist.name

0 commit comments

Comments
 (0)