Xqt has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/638018 )
Change subject: [doc] Update doc in checkimages_tests.py ......................................................................
[doc] Update doc in checkimages_tests.py
Change-Id: If8f3b6f49c8023fc2d30ae702953dd4973e1832a --- M tests/checkimages_tests.py 1 file changed, 1 insertion(+), 2 deletions(-)
Approvals: Xqt: Verified; Looks good to me, approved
diff --git a/tests/checkimages_tests.py b/tests/checkimages_tests.py index 74ff30c..1616d5e 100644 --- a/tests/checkimages_tests.py +++ b/tests/checkimages_tests.py @@ -2,11 +2,10 @@ # -*- coding: utf-8 -*- """Unit tests for checkimages script.""" # -# (C) Pywikibot team, 2015-2018 +# (C) Pywikibot team, 2015-2020 # # Distributed under the terms of the MIT license. # - from scripts import checkimages
from tests.aspects import unittest, TestCase
pywikibot-commits@lists.wikimedia.org