jenkins-bot has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/443344 )
Change subject: Revert "Disable the need_extension('WikibaseClient') decorator on unconnected_pages" ......................................................................
Revert "Disable the need_extension('WikibaseClient') decorator on unconnected_pages"
This reverts commit c064a92040f60e478890464b9ae8a7939a39acb9.
Bug: T198454 Change-Id: I03e23d40a161107c3287463a96453e4fbc1cc303 --- M pywikibot/site.py 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: Dalba: Looks good to me, approved jenkins-bot: Verified
diff --git a/pywikibot/site.py b/pywikibot/site.py index 57a33dc..d2455bc 100644 --- a/pywikibot/site.py +++ b/pywikibot/site.py @@ -6765,7 +6765,7 @@ total=total)
@deprecated_args(step=None) - # @need_extension('WikibaseClient') T198454 + @need_extension('WikibaseClient') def unconnected_pages(self, total=None): """Yield Page objects from Special:UnconnectedPages.
pywikibot-commits@lists.wikimedia.org