Reformat using the latest Black (#214)
We need this to make the CI green again.
This commit is contained in:
parent
353594656a
commit
90aa2cc877
|
@ -627,7 +627,6 @@ class RequestModule(Module):
|
||||||
|
|
||||||
|
|
||||||
def test_custom_scope():
|
def test_custom_scope():
|
||||||
|
|
||||||
injector = Injector([RequestModule()], auto_bind=False)
|
injector = Injector([RequestModule()], auto_bind=False)
|
||||||
|
|
||||||
with pytest.raises(UnsatisfiedRequirement):
|
with pytest.raises(UnsatisfiedRequirement):
|
||||||
|
|
Loading…
Reference in New Issue