From 2dff48dcd0cd8baae3922de026d0302eb298ad42 Mon Sep 17 00:00:00 2001 From: Vlad Stan Date: Fri, 20 Jan 2023 18:01:05 +0200 Subject: [PATCH] chore: fix comment --- lnbits/extension_manager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lnbits/extension_manager.py b/lnbits/extension_manager.py index e122dc0b..f57c2786 100644 --- a/lnbits/extension_manager.py +++ b/lnbits/extension_manager.py @@ -249,7 +249,7 @@ class InstallableExtension(BaseModel): ) def nofiy_upgrade(self) -> None: - """Update the the list of upgraded extensions. The middleware will perform redirects based on this""" + """Update the list of upgraded extensions. The middleware will perform redirects based on this""" if not self.hash: return