From 526bd70b4877ad94a7e28594c2714fb26307b20d Mon Sep 17 00:00:00 2001 From: qthequartermasterman Date: Wed, 8 May 2024 19:56:00 -0500 Subject: [PATCH] formatting --- .../src/hypothesis/internal/conjecture/engine.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/hypothesis-python/src/hypothesis/internal/conjecture/engine.py b/hypothesis-python/src/hypothesis/internal/conjecture/engine.py index 746130ac1e..63494a583b 100644 --- a/hypothesis-python/src/hypothesis/internal/conjecture/engine.py +++ b/hypothesis-python/src/hypothesis/internal/conjecture/engine.py @@ -236,9 +236,7 @@ def __init__( self.best_observed_targets: "defaultdict[str, float]" = defaultdict( lambda: NO_SCORE ) - self.best_examples_of_observed_targets: Dict[ - str, ConjectureResult - ] = {} + self.best_examples_of_observed_targets: Dict[str, ConjectureResult] = {} # We keep the pareto front in the example database if we have one. This # is only marginally useful at present, but speeds up local development