We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 103e5ee + 1b72368 commit c3dc711Copy full SHA for c3dc711
src/satosa/micro_services/processors/base_processor.py
@@ -2,5 +2,5 @@ class BaseProcessor(object):
2
def __init__(self):
3
pass
4
5
- def process(internal_data, attribute, **kwargs):
+ def process(self, internal_data, attribute, **kwargs):
6
0 commit comments