diff --git a/.flake8 b/.flake8 index fada0c12..affa4ed5 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 c5bdc43d..e4df2772 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()