mirror of
https://github.com/lnbits/lnbits.git
synced 2025-09-27 12:26:19 +02:00
fix E266
This commit is contained in:
2
.flake8
2
.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
|
||||
|
@@ -355,8 +355,6 @@ def send_admin_user_to_saas():
|
||||
)
|
||||
|
||||
|
||||
############### INIT #################
|
||||
|
||||
readonly_variables = ReadOnlySettings.readonly_fields()
|
||||
transient_variables = TransientSettings.readonly_fields()
|
||||
|
||||
|
Reference in New Issue
Block a user