diff -r 57875cf423c9 -r 2372284d9457 contrib/automation/hgautomation/pypi.py --- a/contrib/automation/hgautomation/pypi.py Sat Oct 05 10:29:34 2019 -0400 +++ b/contrib/automation/hgautomation/pypi.py Sun Oct 06 09:45:02 2019 -0400 @@ -7,12 +7,8 @@ # no-check-code because Python 3 native. -from twine.commands.upload import ( - upload as twine_upload, -) -from twine.settings import ( - Settings, -) +from twine.commands.upload import upload as twine_upload +from twine.settings import Settings def upload(paths):