mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
Addressed all of pyflakes3's complaints
This commit is contained in:
parent
82335886e1
commit
c3f566b2c9
16 changed files with 42 additions and 46 deletions
pokedex/tests
|
@ -5,7 +5,7 @@ from sqlalchemy.orm import aliased, joinedload, lazyload
|
|||
from sqlalchemy.orm.exc import NoResultFound
|
||||
from sqlalchemy.sql import func
|
||||
|
||||
from pokedex.db import connect, tables, util
|
||||
from pokedex.db import tables, util
|
||||
|
||||
def test_encounter_slots(session):
|
||||
"""Encounters have a version, which has a version group; encounters also
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue