From 7a794bdcc987631cdc4d89b5620359464e2e018e Mon Sep 17 00:00:00 2001 From: Matthias Bisping Date: Mon, 4 Jul 2022 13:05:26 +0200 Subject: [PATCH] removed obsolete imports --- test/conftest.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/conftest.py b/test/conftest.py index 43e3806..b5aa614 100644 --- a/test/conftest.py +++ b/test/conftest.py @@ -1,8 +1,6 @@ import json from pyinfra.config import CONFIG as MAIN_CONFIG -from pyinfra.visitor.response_formatter.formatters.identity import IdentityResponseFormatter -from pyinfra.visitor.strategies.blob_parsing.dynamic import DynamicParsingStrategy MAIN_CONFIG["retry"]["delay"] = 0.1 MAIN_CONFIG["retry"]["jitter"] = (0.1, 0.2)