From 42b7cd304691595808f71b8077a12c8086108484 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?dni=20=E2=9A=A1?= Date: Mon, 17 Apr 2023 08:09:34 +0200 Subject: [PATCH] fix E266 --- .flake8 | 2 -- lnbits/settings.py | 2 -- 2 files changed, 4 deletions(-) diff --git a/.flake8 b/.flake8 index fada0c129..affa4ed5b 100644 --- a/.flake8 +++ b/.flake8 @@ -20,8 +20,6 @@ ignore = F821, # E265 block comment should start with '# ' - should be addressed in future PR E265, - # E266 too many leading '#' for block comment - should be addressed in future PR - E266, # E722 do not use bare 'except' - should be addressed in future PR E722, # flake8-requirements import checks diff --git a/lnbits/settings.py b/lnbits/settings.py index c5bdc43d4..e4df2772e 100644 --- a/lnbits/settings.py +++ b/lnbits/settings.py @@ -355,8 +355,6 @@ def send_admin_user_to_saas(): ) -############### INIT ################# - readonly_variables = ReadOnlySettings.readonly_fields() transient_variables = TransientSettings.readonly_fields()