Xqt has submitted this change. ( 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1293748?usp=email )

Change subject: typing: Fix typing of linter_pages
......................................................................

typing: Fix typing of linter_pages

Change-Id: I3a8ca02783678327ca6fd2ac7be4367c13848885
Signed-off-by: Xqt <[email protected]>
---
M pywikibot/site/_extensions.py
1 file changed, 1 insertion(+), 1 deletion(-)

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




diff --git a/pywikibot/site/_extensions.py b/pywikibot/site/_extensions.py
index a6dad3d..4c2ea88 100644
--- a/pywikibot/site/_extensions.py
+++ b/pywikibot/site/_extensions.py
@@ -335,7 +335,7 @@
     @need_extension('Linter')
     def linter_pages(
         self: BaseSiteProtocol,
-        lint_categories: Iterable[str] | str = None,
+        lint_categories: Iterable[str] | str | None = None,
         total: int | None = None,
         namespaces=None,
         pageids: Iterable[str | int] | str | int | None = None,

--
To view, visit 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1293748?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: I3a8ca02783678327ca6fd2ac7be4367c13848885
Gerrit-Change-Number: 1293748
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