Remove unfinished function, it's out of scope of pylast

This commit is contained in:
Hugo 2017-09-25 10:43:01 +03:00
parent 5967590feb
commit ebd0bb90b4

View file

@ -2237,12 +2237,6 @@ class Country(_BaseObject):
def _get_params(self): # TODO can move to _BaseObject def _get_params(self): # TODO can move to _BaseObject
return {'country': self.get_name()} 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): def get_name(self):
"""Returns the country name. """ """Returns the country name. """