Skip to content
This repository was archived by the owner on Jun 1, 2023. It is now read-only.

Commit 17886be

Browse files
committed
minor change
1 parent c7b7499 commit 17886be

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/oidcrp/util.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,6 @@ def load_configuration(filename):
249249

250250

251251
def do_add_ons(add_ons, services):
252-
for key, spec in add_ons.items():
253-
_func = importer(spec['function'])
254-
_func(services, **spec['kwargs'])
252+
for key, spec in add_ons.items():
253+
_func = importer(spec['function'])
254+
_func(services, **spec['kwargs'])

0 commit comments

Comments
 (0)