Skip to content

Commit

Permalink
fix autotests
Browse files Browse the repository at this point in the history
  • Loading branch information
Privat33r-dev committed Aug 10, 2024
1 parent 67032a9 commit c07b182
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions clairvoyance/oracle.py
Original file line number Diff line number Diff line change
Expand Up @@ -419,9 +419,8 @@ async def __probation(document: str) -> Optional[graphql.TypeRef]:
error["message"],
context,
)
log().debug(
f'get_typeref("{error["message"]}", "{context}") -> {typeref}'
)
log().debug(f'get_typeref("{error["message"]}", "{context}") -> {typeref}')
if typeref:
return typeref

return None
Expand Down

0 comments on commit c07b182

Please sign in to comment.