aio-libs / aiohttp-devtools

dev tools for aiohttp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Removed method load_settings() in prepare_database()

einarsnow opened this issue · comments

make reset-database returned:

from .main import load_settings, pg_dsn
ImportError: cannot import name 'load_settings'

Sorry about that, I've created a PR to fix in the mean time if you wanted a fixed version you can copy this into the new project.

No problem, I generally leave such issues open and let them be automatically be closed as the PR is merged. Thanks for reporting.