fix E266
This commit is contained in:
parent
45b36b896b
commit
42b7cd3046
2 changed files with 0 additions and 4 deletions
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()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue