Ran isort

This commit is contained in:
Thomas Sileo
2019-07-05 22:09:41 +02:00
parent 98a2f8dbf8
commit 37d9add7f4
3 changed files with 3 additions and 4 deletions

2
app.py
View File

@@ -84,11 +84,11 @@ from config import USERNAME
from config import VERSION
from config import _drop_db
from poussetaches import PousseTaches
from tasks import Tasks
from utils import opengraph
from utils.key import get_secret_key
from utils.lookup import lookup
from utils.media import Kind
from tasks import Tasks
p = PousseTaches(
os.getenv("MICROBLOGPUB_POUSSETACHES_HOST", "http://localhost:7991"),