chore: fmt
This commit is contained in:
parent
bd2facab1c
commit
fab8063bb9
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
from config import Config
|
||||
from flask import Blueprint, flash, redirect, render_template
|
||||
from utils.misc import delete_post, get_post, post_filename, post_file_id
|
||||
from utils.misc import delete_post, get_post, post_file_id, post_filename
|
||||
from werkzeug import Response
|
||||
|
||||
name = __name__.split(".")[-1]
|
||||
|
|
Loading…
Reference in a new issue