Skip to content

Commit

Permalink
removing unused parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
lealre committed Dec 22, 2024
1 parent a13b42d commit 016c251
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion starlette/testclient.py
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,6 @@ class TestClient(httpx.Client):
__test__ = False
task: Future[None]
portal: anyio.abc.BlockingPortal | None = None
redirect: bool | httpx._client.UseClientDefault = httpx._client.USE_CLIENT_DEFAULT

def __init__(
self,
Expand Down

0 comments on commit 016c251

Please sign in to comment.