This commit is contained in:
dni ⚡
2023-04-17 08:09:34 +02:00
parent 45b36b896b
commit 42b7cd3046
2 changed files with 0 additions and 4 deletions

View File

@@ -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

View File

@@ -355,8 +355,6 @@ def send_admin_user_to_saas():
)
############### INIT #################
readonly_variables = ReadOnlySettings.readonly_fields()
transient_variables = TransientSettings.readonly_fields()