From f0857a5609cce6e834cbc3a904aafb7271c9ef06 Mon Sep 17 00:00:00 2001 From: Vlad Stan Date: Tue, 7 Feb 2023 14:10:03 +0200 Subject: [PATCH] chore: code format --- __init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__init__.py b/__init__.py index 7884f91..849456f 100644 --- a/__init__.py +++ b/__init__.py @@ -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",