Skip to content

Commit

Permalink
Remove unused text mock response
Browse files Browse the repository at this point in the history
  • Loading branch information
frwickst committed Jan 28, 2023
1 parent b8d1d6e commit db8e731
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,3 @@ def __init__(

async def json(self) -> dict[str, Any]:
return self._json

async def text(self) -> str:
return self._text

0 comments on commit db8e731

Please sign in to comment.