mirror of
https://mau.dev/maunium/synapse.git
synced 2024-11-20 12:24:59 +01:00
unnecessary parens
This commit is contained in:
parent
0b03a97708
commit
9fd086e506
1 changed files with 1 additions and 1 deletions
|
@ -38,4 +38,4 @@ def load_module(provider):
|
||||||
"Failed to parse config for %r: %r" % (provider['module'], e)
|
"Failed to parse config for %r: %r" % (provider['module'], e)
|
||||||
)
|
)
|
||||||
|
|
||||||
return (provider_class, provider_config)
|
return provider_class, provider_config
|
||||||
|
|
Loading…
Reference in a new issue