mirror of
https://git.sr.ht/~tsileo/microblog.pub
synced 2024-11-15 03:04:28 +00:00
Remove unused imports
This commit is contained in:
parent
c47753c0fa
commit
c7fcbeb571
1 changed files with 0 additions and 1 deletions
|
@ -10,7 +10,6 @@ from little_boxes import activitypub as ap
|
||||||
|
|
||||||
import config
|
import config
|
||||||
from activitypub import Box
|
from activitypub import Box
|
||||||
from app_utils import _Response
|
|
||||||
from config import DB
|
from config import DB
|
||||||
|
|
||||||
blueprint = flask.Blueprint("well_known", __name__)
|
blueprint = flask.Blueprint("well_known", __name__)
|
||||||
|
|
Loading…
Reference in a new issue