chore: code format

This commit is contained in:
Vlad Stan 2023-02-07 14:10:03 +02:00
parent 4c9d1a4395
commit f0857a5609

View file

@ -22,9 +22,9 @@ def nostrrelay_renderer():
return template_renderer(["lnbits/extensions/nostrrelay/templates"])
from .models import NostrRelay
from .views import * # noqa
from .views_api import * # noqa
from .models import NostrRelay
settings.lnbits_relay_information = {
"name": "LNbits Nostr Relay",