Small typos.

This commit is contained in:
erinhmclark
2025-02-25 14:08:38 +00:00
parent 73b434aafc
commit 1df5129268
2 changed files with 1 additions and 3 deletions

View File

@@ -50,8 +50,6 @@ class BaseModule(ABC):
def config_setup(self, config: dict):
authentication = config.get('authentication', {})
# this is important. Each instance is given its own deepcopied config, so modules cannot
# change values to affect other modules
config = deepcopy(config)