Skip to content

Commit

Permalink
Allow recursion to follow default dict flow
Browse files Browse the repository at this point in the history
  • Loading branch information
bswck committed Oct 24, 2024
1 parent c750447 commit 4502365
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions injection/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,7 @@ def __hash__(self) -> int:


def default_recursion_guard(early: EarlyObject[object]) -> Never:
msg = f"{early} requested itself"
raise RecursionError(msg)
pass


@dataclass
Expand Down

0 comments on commit 4502365

Please sign in to comment.