Xqt has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1289356?usp=email )
Change subject: Move copyright headers above module docstrings ...................................................................... Move copyright headers above module docstrings Bug: T416673 Change-Id: Ia019a212124b6a4151c5053aff00b985476602ab --- M tests/citoid_tests.py 1 file changed, 2 insertions(+), 2 deletions(-) Approvals: jenkins-bot: Verified Xqt: Looks good to me, approved diff --git a/tests/citoid_tests.py b/tests/citoid_tests.py index ce1fff5..186e13f 100755 --- a/tests/citoid_tests.py +++ b/tests/citoid_tests.py @@ -1,10 +1,10 @@ #!/usr/bin/env python3 -"""Unit tests for citoid script.""" # -# (C) Pywikibot team, 2025 +# (C) Pywikibot team, 2025-2026 # # Distributed under the terms of the MIT license. # +"""Unit tests for citoid script.""" from __future__ import annotations import datetime -- To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1289356?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: Ia019a212124b6a4151c5053aff00b985476602ab Gerrit-Change-Number: 1289356 Gerrit-PatchSet: 1 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]
