mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-05 10:53:28 -05:00
Fixed linting error
This commit is contained in:
@@ -162,7 +162,9 @@ def _csp(config):
|
||||
|
||||
|
||||
def create_app(application):
|
||||
application.config['FEATURE_BEST_PRACTICES_ENABLED'] = os.getenv("FEATURE_BEST_PRACTICES_ENABLED", "false").lower() == "true"
|
||||
application.config['FEATURE_BEST_PRACTICES_ENABLED'] = (
|
||||
os.getenv("FEATURE_BEST_PRACTICES_ENABLED", "false").lower() == "true"
|
||||
)
|
||||
|
||||
@application.context_processor
|
||||
def inject_feature_flags():
|
||||
|
||||
Reference in New Issue
Block a user