contrib/automation/hgautomation/pypi.py
changeset 43076 2372284d9457
parent 42907 92593d72e10b
--- 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):