From a1ea151522c462967903ccf90d25a767200a8bd4 Mon Sep 17 00:00:00 2001 From: Jillian Vogel Date: Thu, 13 Jun 2024 22:12:21 +0930 Subject: [PATCH] revert: no need to change production settings --- completion_aggregator/settings/aws.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/completion_aggregator/settings/aws.py b/completion_aggregator/settings/aws.py index 6a0ea5dd..84852801 100644 --- a/completion_aggregator/settings/aws.py +++ b/completion_aggregator/settings/aws.py @@ -4,16 +4,11 @@ from __future__ import absolute_import, division, print_function, unicode_literals -from event_routing_backends.settings import production as erb_settings - def plugin_settings(settings): """ Modify the provided settings object with settings specific to this plugin. """ - # Load Event Routing Backend production settings first. - erb_settings.plugin_settings(settings) - settings.COMPLETION_AGGREGATOR_BLOCK_TYPES = set(settings.ENV_TOKENS.get( 'COMPLETION_AGGREGATOR_BLOCK_TYPES', settings.COMPLETION_AGGREGATOR_BLOCK_TYPES,