Skip to content

Commit

Permalink
Remove unreachable statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Privat33r-dev committed Aug 10, 2024
1 parent 59f07a3 commit 4fd3373
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions clairvoyance/oracle.py
Original file line number Diff line number Diff line change
Expand Up @@ -384,9 +384,6 @@ def __extract_matching_fields(
name = (
name.rstrip("Input") + "Input"
) # Make sure `Input` is always once at the end
else:
log().debug(f"Unknown kind for `typeref`: '{error_message}'")
return None

is_list = bool("[" in tk and "]" in tk)
non_null_item = bool(is_list and "!]" in tk)
Expand Down

0 comments on commit 4fd3373

Please sign in to comment.