From 0860b7d00be93ba1fa07781a77c2083d355f1631 Mon Sep 17 00:00:00 2001 From: Bryan Gurney Date: Mon, 12 Feb 2024 14:41:18 -0500 Subject: [PATCH] Reformat for black 24.1.1 Signed-off-by: Bryan Gurney --- tests/test_hypothesis/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_hypothesis/__init__.py b/tests/test_hypothesis/__init__.py index d612073..197516d 100644 --- a/tests/test_hypothesis/__init__.py +++ b/tests/test_hypothesis/__init__.py @@ -1,6 +1,7 @@ """ Initializations for the tests. """ + # isort: THIRDPARTY from hypothesis import HealthCheck, settings