From 90aa2cc877611d42f1db6167fff19d54ee9a8af2 Mon Sep 17 00:00:00 2001 From: Jakub Stasiak Date: Sun, 12 Feb 2023 12:12:23 +0100 Subject: [PATCH] Reformat using the latest Black (#214) We need this to make the CI green again. --- injector_test.py | 1 - 1 file changed, 1 deletion(-) diff --git a/injector_test.py b/injector_test.py index 0da1867..3e132da 100644 --- a/injector_test.py +++ b/injector_test.py @@ -627,7 +627,6 @@ class RequestModule(Module): def test_custom_scope(): - injector = Injector([RequestModule()], auto_bind=False) with pytest.raises(UnsatisfiedRequirement):