Fix flake8
This commit is contained in:
parent
12c32b945f
commit
aec77f3147
2 changed files with 1 additions and 4 deletions
3
app.py
3
app.py
|
@ -14,11 +14,8 @@ from typing import Dict
|
|||
from urllib.parse import urlencode
|
||||
from urllib.parse import urlparse
|
||||
|
||||
import emoji_unicode
|
||||
import html2text
|
||||
import mf2py
|
||||
import requests
|
||||
import timeago
|
||||
from bson.objectid import ObjectId
|
||||
from flask import Flask
|
||||
from flask import Response
|
||||
|
|
|
@ -3,7 +3,7 @@ from little_boxes import activitypub as ap
|
|||
|
||||
import activitypub
|
||||
from activitypub import Box
|
||||
from config import me
|
||||
from config import ME
|
||||
from tasks import Tasks
|
||||
|
||||
csrf = CSRFProtect()
|
||||
|
|
Loading…
Reference in a new issue