From ebd0bb90b416bf5a20bac7cde00422613db78334 Mon Sep 17 00:00:00 2001 From: Hugo Date: Mon, 25 Sep 2017 10:43:01 +0300 Subject: [PATCH] Remove unfinished function, it's out of scope of pylast --- pylast/__init__.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/pylast/__init__.py b/pylast/__init__.py index f74f3bd..f517e95 100644 --- a/pylast/__init__.py +++ b/pylast/__init__.py @@ -2237,12 +2237,6 @@ class Country(_BaseObject): def _get_params(self): # TODO can move to _BaseObject return {'country': self.get_name()} - def _get_name_from_code(self, alpha2code): - # TODO: Have this function lookup the alpha-2 code and return the - # country name. - - return alpha2code - def get_name(self): """Returns the country name. """