Skip to content
Snippets Groups Projects
Commit 9fd086e5 authored by David Baker's avatar David Baker
Browse files

unnecessary parens

parent 0b03a977
No related branches found
No related tags found
No related merge requests found
......@@ -38,4 +38,4 @@ def load_module(provider):
"Failed to parse config for %r: %r" % (provider['module'], e)
)
return (provider_class, provider_config)
return provider_class, provider_config
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment