1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00

Add missing parenthesis

This commit is contained in:
Benjamin VanEvery 2016-08-01 09:21:57 -07:00
parent ed8450debb
commit 4b58cfd54c

View file

@ -117,6 +117,7 @@ quiet = partial(
help=('Give less output. Option is additive, and can be used up to 3'
' times (corresponding to WARNING, ERROR, and CRITICAL logging'
' levels).')
)
log = partial(
Option,