Skip to content

Commit

Permalink
Ignore a pylint issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
ubernostrum committed Feb 24, 2024
1 parent 9c59b3f commit d0491f3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@ def custom_response_transport(
"""

def _handler(request: httpx.Request) -> httpx.Response:
def _handler(
request: httpx.Request, # pylint: disable=unused-argument
) -> httpx.Response:
"""
Mock transport handler which returns a controlled response.
Expand Down

0 comments on commit d0491f3

Please sign in to comment.