Skip to content

Commit

Permalink
Reformat using the latest Black (#214)
Browse files Browse the repository at this point in the history
We need this to make the CI green again.
  • Loading branch information
jstasiak committed Feb 12, 2023
1 parent 3535946 commit 90aa2cc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion injector_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -627,7 +627,6 @@ def handler(self, request: Request) -> Handler:


def test_custom_scope():

injector = Injector([RequestModule()], auto_bind=False)

with pytest.raises(UnsatisfiedRequirement):
Expand Down

0 comments on commit 90aa2cc

Please sign in to comment.