jenkins-bot has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/637883 )
Change subject: Modify checkimages_tests.py to support Python 3.5+ only ...................................................................... Modify checkimages_tests.py to support Python 3.5+ only Bug: T257399 Change-Id: Ic1a7f54b564070aa0c24b0a5998fda23d02a3e32 --- M tests/checkimages_tests.py 1 file changed, 0 insertions(+), 1 deletion(-) Approvals: Hazard-SJ: Looks good to me, approved jenkins-bot: Verified diff --git a/tests/checkimages_tests.py b/tests/checkimages_tests.py index 12dd85f..74ff30c 100644 --- a/tests/checkimages_tests.py +++ b/tests/checkimages_tests.py @@ -6,7 +6,6 @@ # # Distributed under the terms of the MIT license. # -from __future__ import absolute_import, division, unicode_literals from scripts import checkimages -- To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/637883 To unsubscribe, or for help writing mail filters, visit https://gerrit.wikimedia.org/r/settings Gerrit-Project: pywikibot/core Gerrit-Branch: master Gerrit-Change-Id: Ic1a7f54b564070aa0c24b0a5998fda23d02a3e32 Gerrit-Change-Number: 637883 Gerrit-PatchSet: 1 Gerrit-Owner: Shubham656jain <[email protected]> Gerrit-Reviewer: Hazard-SJ <[email protected]> Gerrit-Reviewer: Xqt <[email protected]> Gerrit-Reviewer: jenkins-bot Gerrit-MessageType: merged
_______________________________________________ Pywikibot-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits
