make Ruff happy
This commit is contained in:
@@ -2,13 +2,6 @@ from flask import (
|
||||
Blueprint,
|
||||
)
|
||||
|
||||
custom = Blueprint("custom", __name__)
|
||||
|
||||
# This implements non-standard
|
||||
# endpoints created by other
|
||||
# homeserver implementations.
|
||||
|
||||
|
||||
from .hammerhead import hammerhead
|
||||
from .conduwuit import conduwuit
|
||||
from .dendrite import dendrite
|
||||
@@ -16,6 +9,13 @@ from .telodendria import telo
|
||||
from .synapse import synapse
|
||||
from .citadel import citadel
|
||||
|
||||
custom = Blueprint("custom", __name__)
|
||||
|
||||
# This implements non-standard
|
||||
# endpoints created by other
|
||||
# homeserver implementations.
|
||||
|
||||
|
||||
custom.register_blueprint(hammerhead)
|
||||
custom.register_blueprint(conduwuit)
|
||||
custom.register_blueprint(dendrite)
|
||||
|
||||
Reference in New Issue
Block a user