Fix flake8

This commit is contained in:
Thomas Sileo
2019-07-30 22:15:59 +02:00
parent 12c32b945f
commit aec77f3147
2 changed files with 1 additions and 4 deletions

View File

@@ -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()