Skip to content
Snippets Groups Projects
Commit b59f9fc9 authored by Bert Palm's avatar Bert Palm 🎇
Browse files

added dummy function

parent 75c2f859
No related branches found
No related tags found
No related merge requests found
Pipeline #2436 passed with stage
in 7 minutes and 57 seconds
......@@ -123,3 +123,9 @@ def flagIsolated(
flagger = flagger.setFlags(field, flags, **kwargs)
return data, flagger
@register("dummy")
def flagDummyFunction(data, field, flagger, **kwargs):
return data, flagger
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