jenkins-bot has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/649376 )
Change subject: [cleanup] remove desupported countries method of wikimediachapter family ......................................................................
[cleanup] remove desupported countries method of wikimediachapter family
Change-Id: I5fd0b7007234abd6c8b71cfdf3569a1768c4ee0f --- M pywikibot/families/wikimediachapter_family.py 1 file changed, 0 insertions(+), 7 deletions(-)
Approvals: Mpaa: Looks good to me, approved jenkins-bot: Verified
diff --git a/pywikibot/families/wikimediachapter_family.py b/pywikibot/families/wikimediachapter_family.py index bb08c2c..fb29ad3 100644 --- a/pywikibot/families/wikimediachapter_family.py +++ b/pywikibot/families/wikimediachapter_family.py @@ -6,7 +6,6 @@ # Distributed under the terms of the MIT license. # from pywikibot import family -from pywikibot.tools import deprecated, classproperty
class Family(family.SubdomainFamily, family.WikimediaFamily): @@ -26,9 +25,3 @@ 'nl', 'no', 'nyc', 'pl', 'pt', 'punjabi', 'romd', 'rs', 'ru', 'se', 'tr', 'ua', 'uk', 've', 'wb', ] - - @classproperty - @deprecated(since='20150621', future_warning=True) - def countries(cls): # pragma: no cover - """Deprecated.""" - return cls.codes