Skip to content

Commit

Permalink
Reformat test file
Browse files Browse the repository at this point in the history
  • Loading branch information
bswck committed Oct 24, 2024
1 parent e1d9ea2 commit 420dfea
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/unit_tests/test_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,10 @@ def factory() -> str:
return scope.get("my_alias", "default_value")

inject(
"my_alias", into=scope, factory=factory, recursion_guard=lenient_recursion_guard
"my_alias",
into=scope,
factory=factory,
recursion_guard=lenient_recursion_guard,
)

obj = scope["my_alias"]
Expand Down

0 comments on commit 420dfea

Please sign in to comment.