From e3d58e05641c6f106ad2234cecaf36ed0a5cce02 Mon Sep 17 00:00:00 2001 From: Lars Holmberg Date: Sat, 4 Mar 2023 09:46:48 +0100 Subject: [PATCH] black update --- har2locust/plugin.py | 1 + 1 file changed, 1 insertion(+) diff --git a/har2locust/plugin.py b/har2locust/plugin.py index e63509e..325a5cb 100644 --- a/har2locust/plugin.py +++ b/har2locust/plugin.py @@ -5,6 +5,7 @@ # For examples of how to write a plugin, see default_plugins/ or tests/plugin_example.py # The processors allow you to interact with your recording at various stages, + # immediately after reading the HAR JSON class entriesprocessor: processors: list[Callable[[list[dict]], Optional[dict]]] = []