fix broken import

master
Jeremy Epstein 8 years ago
parent 850b71e2c8
commit 6739ba9859
  1. 2
      {{cookiecutter.app_name}}/{{cookiecutter.app_name}}/cli.py

@ -4,7 +4,7 @@ import os
from glob import glob
from subprocess import call
import
import click
from flask import current_app
from flask.cli import with_appcontext
from werkzeug.exceptions import MethodNotAllowed, NotFound

Loading…
Cancel
Save