1
0
Fork 0
mirror of https://github.com/veekun/pokedex.git synced 2024-08-20 18:16:34 +00:00

Add a missing import, remove some unused ones

This commit is contained in:
Petr Viktorin 2011-08-30 14:34:03 +03:00
parent f764a90439
commit 41a168a0e2
3 changed files with 1 additions and 2 deletions
pokedex/db

View file

@ -4,7 +4,6 @@ import fnmatch
import os.path
import sys
from sqlalchemy.orm.attributes import instrumentation_registry
import sqlalchemy.sql.util
import sqlalchemy.types