mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
Compat with Python 3.3+
This commit is contained in:
parent
d0e8f503b8
commit
b76b74e7a6
15 changed files with 110 additions and 96 deletions
pokedex/tests
|
@ -53,7 +53,6 @@ def test_unique_form_order(session):
|
|||
query = query.options(joinedload('pokemon.species'))
|
||||
|
||||
for form in query:
|
||||
print form.name
|
||||
try:
|
||||
previous_species = species_by_form_order[form.order]
|
||||
except KeyError:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue