Merge pull request #8115 from ThomasWaldmann/new-rc-fixes-master

return value fixes (master)
This commit is contained in:
TW 2024-02-21 23:39:43 +01:00 committed by GitHub
commit 6be1035d8b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 2 deletions

View File

@ -226,8 +226,6 @@ class BenchmarkMixIn:
spec = "msgpack"
print(f"{spec:<12} {size:<10} {timeit(lambda: msgpack.packb(items), number=100):.3f}s")
return 0
def build_parser_benchmarks(self, subparsers, common_parser, mid_common_parser):
from ._common import process_epilog