mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
Remove useless imports
This commit is contained in:
parent
aa9fd809bf
commit
6724e301be
2 changed files with 0 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue