jenkins-bot has submitted this change. ( 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1326013?usp=email )

Change subject: imports: reorder imports in try/except statement
......................................................................

imports: reorder imports in try/except statement

Change-Id: Ie62b23cf4667b5a7690fac704a863616c7411836
---
M pywikibot/xmlreader.py
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Xqt: Looks good to me, approved
  jenkins-bot: Verified




diff --git a/pywikibot/xmlreader.py b/pywikibot/xmlreader.py
index 929f669..bd5bc78 100644
--- a/pywikibot/xmlreader.py
+++ b/pywikibot/xmlreader.py
@@ -26,7 +26,7 @@
 try:
     from defusedxml.ElementTree import ParseError, iterparse
 except ImportError:
-    from xml.etree.ElementTree import iterparse, ParseError
+    from xml.etree.ElementTree import ParseError, iterparse

 from collections.abc import Callable, Iterator


--
To view, visit 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1326013?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.wikimedia.org/r/settings?usp=email

Gerrit-MessageType: merged
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: Ie62b23cf4667b5a7690fac704a863616c7411836
Gerrit-Change-Number: 1326013
Gerrit-PatchSet: 2
Gerrit-Owner: Xqt <[email protected]>
Gerrit-Reviewer: Xqt <[email protected]>
Gerrit-Reviewer: jenkins-bot
_______________________________________________
Pywikibot-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to