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
pywikibot-commits@lists.wikimedia.org