Skip to content

Commit

Permalink
Update type hint to align with docs and usage. (#285)
Browse files Browse the repository at this point in the history
  • Loading branch information
joaufi authored Dec 17, 2021
1 parent 9b131a1 commit 6b51742
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gql/transport/requests.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def __init__(
auth: Optional[AuthBase] = None,
use_json: bool = True,
timeout: Optional[int] = None,
verify: bool = True,
verify: Union[bool, str] = True,
retries: int = 0,
method: str = "POST",
**kwargs: Any,
Expand Down

0 comments on commit 6b51742

Please sign in to comment.