Remove an unused regexp

This commit is contained in:
Andrew Ekstedt 2014-07-04 12:48:19 -07:00
parent 195cdd2ea2
commit 181ae0fe19

View file

@ -20,8 +20,6 @@ from pokedex.defaults import get_default_index_dir
__all__ = ['PokedexLookup']
rx_is_number = re.compile('^\d+$')
LookupResult = namedtuple('LookupResult', [
'object', 'indexed_name', 'name', 'language', 'iso639', 'iso3166', 'exact',
])