Commit ad4ab52a authored by Chris's avatar Chris
Browse files

Fix formatting

parent 34d1ac6b
...@@ -22,8 +22,9 @@ class UppercaseFilter(Filter): ...@@ -22,8 +22,9 @@ class UppercaseFilter(Filter):
return [filter_set(resp) for resp in resps] return [filter_set(resp) for resp in resps]
class MapFilter(Filter): class MapFilter(Filter):
def __init__(self, mapping_dict: dict = {}, default_value = None) -> None: def __init__(self, mapping_dict: dict = {}, default_value=None) -> None:
""" """
Initializes the MapFilter with a given mapping dictionary and default value. Initializes the MapFilter with a given mapping dictionary and default value.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment