jenkins-bot has submitted this change. (
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1195356?usp=email )
Change subject: cleanup: No longer inherit SupersetQuery from WaitingMixin
......................................................................
cleanup: No longer inherit SupersetQuery from WaitingMixin
There is no wait cycle used with SupersetQuery; therefore WaitingMixin
is superfluous.
Change-Id: Iab6abd37adb95c40d0755f21460b9f48b7c1ac6f
---
M pywikibot/data/superset.py
1 file changed, 2 insertions(+), 3 deletions(-)
Approvals:
Zache-tool: Verified; Looks good to me, approved
jenkins-bot: Verified
diff --git a/pywikibot/data/superset.py b/pywikibot/data/superset.py
index 7b4c969..9f49509 100644
--- a/pywikibot/data/superset.py
+++ b/pywikibot/data/superset.py
@@ -3,7 +3,7 @@
.. versionadded:: 9.2
"""
#
-# (C) Pywikibot team, 2024
+# (C) Pywikibot team, 2024-2025
#
# Distributed under the terms of the MIT license.
#
@@ -15,7 +15,6 @@
import pywikibot
from pywikibot.comms import http
-from pywikibot.data import WaitingMixin
from pywikibot.exceptions import NoUsernameError, ServerError
@@ -23,7 +22,7 @@
from pywikibot.site import BaseSite
-class SupersetQuery(WaitingMixin):
+class SupersetQuery:
"""Superset Query class.
--
To view, visit
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1195356?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: Iab6abd37adb95c40d0755f21460b9f48b7c1ac6f
Gerrit-Change-Number: 1195356
Gerrit-PatchSet: 2
Gerrit-Owner: Xqt <[email protected]>
Gerrit-Reviewer: Zache-tool <[email protected]>
Gerrit-Reviewer: jenkins-bot
_______________________________________________
Pywikibot-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]