John Vandenberg has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/243107

Change subject: Remove unneeded site argument to AutoFamily
......................................................................

Remove unneeded site argument to AutoFamily

Change-Id: Ib457fed5fc5895fdc1292ab95c0bb882333aa96c
(cherry picked from commit 51a5a68c367d77efb397bccb3795302ab2d4c948)
---
M pywikibot/family.py
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/pywikibot/core 
refs/changes/07/243107/1

diff --git a/pywikibot/family.py b/pywikibot/family.py
index fc2cb25..5128571 100644
--- a/pywikibot/family.py
+++ b/pywikibot/family.py
@@ -1493,7 +1493,7 @@
 
     """Family that automatically loads the site configuration."""
 
-    def __init__(self, name, url, site=None):
+    def __init__(self, name, url):
         """Constructor."""
         super(AutoFamily, self).__init__()
         self.name = name

-- 
To view, visit https://gerrit.wikimedia.org/r/243107
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib457fed5fc5895fdc1292ab95c0bb882333aa96c
Gerrit-PatchSet: 1
Gerrit-Project: pywikibot/core
Gerrit-Branch: 2.0
Gerrit-Owner: John Vandenberg <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to