Remove useless imports

This commit is contained in:
Epithumia 2013-12-19 06:57:12 +01:00
parent aa9fd809bf
commit 6724e301be
2 changed files with 0 additions and 4 deletions

View file

@ -3,8 +3,6 @@ import re
from sqlalchemy import engine_from_config, orm
from hashlib import md5
from ..defaults import get_default_db_uri
from .tables import Language, metadata
from .multilang import MultilangSession, MultilangScopedSession

View file

@ -7,8 +7,6 @@ import sys
import sqlalchemy.sql.util
import sqlalchemy.types
from hashlib import md5
import pokedex
from pokedex.db import metadata, tables, translations
from pokedex.defaults import get_default_csv_dir