1
0
Fork 0
mirror of https://github.com/ultrajson/ultrajson.git synced 2024-05-08 19:06:14 +02:00

remove paren

This commit is contained in:
joncrall 2022-04-26 17:14:06 -04:00
parent 0e280117f2
commit 4e527b84b0
No known key found for this signature in database
GPG Key ID: BE04D092BDD81C0D

View File

@ -455,7 +455,7 @@ def main():
"--factor",
type=float,
default=1.0,
help=("Specify as a fraction speed up benchmarks for development / testing"),
help="Specify as a fraction speed up benchmarks for development / testing",
)
args = parser.parse_args()