diff --git a/sloth/conf/default_config.py b/sloth/conf/default_config.py index 83ce800..3c0416f 100644 --- a/sloth/conf/default_config.py +++ b/sloth/conf/default_config.py @@ -15,8 +15,8 @@ INSERTERS = { } CONTAINERS = ( - ('*.json': 'sloth.annotations.container.JSONContainer'), - ('*.yaml': 'sloth.annotations.container.YAMLContainer'), + ('*.json', 'sloth.annotations.container.JSONContainer'), + ('*.yaml', 'sloth.annotations.container.YAMLContainer'), ) PLUGINS = (