Skip to content
Snippets Groups Projects
Commit f28c31ec authored by Jeremy Epstein's avatar Jeremy Epstein
Browse files

fix import order

parent c9dff242
No related branches found
No related tags found
No related merge requests found
# -*- coding: utf-8 -*-
"""Click commands."""
import click
from flask.cli import with_appcontext
from glob import glob
import os
from glob import glob
from subprocess import call
import click
from flask.cli import with_appcontext
HERE = os.path.abspath(os.path.dirname(__file__))
PROJECT_ROOT = os.path.join(HERE, os.pardir)
TEST_PATH = os.path.join(PROJECT_ROOT, 'tests')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment