mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
Remove an unused regexp
This commit is contained in:
parent
195cdd2ea2
commit
181ae0fe19
1 changed files with 0 additions and 2 deletions
|
@ -20,8 +20,6 @@ from pokedex.defaults import get_default_index_dir
|
||||||
__all__ = ['PokedexLookup']
|
__all__ = ['PokedexLookup']
|
||||||
|
|
||||||
|
|
||||||
rx_is_number = re.compile('^\d+$')
|
|
||||||
|
|
||||||
LookupResult = namedtuple('LookupResult', [
|
LookupResult = namedtuple('LookupResult', [
|
||||||
'object', 'indexed_name', 'name', 'language', 'iso639', 'iso3166', 'exact',
|
'object', 'indexed_name', 'name', 'language', 'iso639', 'iso3166', 'exact',
|
||||||
])
|
])
|
||||||
|
|
Loading…
Reference in a new issue