File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -575,7 +575,7 @@ def _send_request(
575575 host : str ,
576576 method : str ,
577577 path : str ,
578- headers : List [ Dict [str , str ] ],
578+ headers : Dict [str , str ],
579579 data : Any ,
580580 json : Any ,
581581 ):
@@ -623,7 +623,7 @@ def request(
623623 url : str ,
624624 data : Optional [Any ] = None ,
625625 json : Optional [Any ] = None ,
626- headers : Optional [List [ Dict [str , str ] ]] = None ,
626+ headers : Optional [Dict [str , str ]] = None ,
627627 stream : bool = False ,
628628 timeout : float = 60 ,
629629 ) -> Response :
@@ -793,7 +793,7 @@ def request(
793793 url : str ,
794794 data : Optional [Any ] = None ,
795795 json : Optional [Any ] = None ,
796- headers : Optional [List [ Dict [str , str ] ]] = None ,
796+ headers : Optional [Dict [str , str ]] = None ,
797797 stream : bool = False ,
798798 timeout : float = 1 ,
799799) -> None :
You can’t perform that action at this time.
0 commit comments