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 @@ -60,7 +60,7 @@ class _ConnectionParameters(typing.NamedTuple):
6060 sslmode : SSLMode
6161 ssl_negotiation : SSLNegotiation
6262 server_settings : typing .Optional [typing .Dict [str , str ]]
63- target_session_attrs : " SessionAttribute"
63+ target_session_attrs : SessionAttribute
6464 krbsrvname : typing .Optional [str ]
6565 gsslib : str
6666
@@ -130,7 +130,7 @@ def _read_password_file(passfile: pathlib.Path) \
130130def _read_password_from_pgpass (
131131 * ,
132132 passfile : pathlib .Path ,
133- hosts : " Sequence[str]" ,
133+ hosts : Sequence [str ],
134134 ports : typing .List [int ],
135135 database : str ,
136136 user : str
@@ -167,7 +167,7 @@ def _read_password_from_pgpass(
167167
168168
169169def _validate_port_spec (
170- hosts : " Sequence[object]" , port : typing .Union [int , typing .List [int ]]
170+ hosts : Sequence [object ], port : typing .Union [int , typing .List [int ]]
171171) -> typing .List [int ]:
172172 if isinstance (port , list ):
173173 # If there is a list of ports, its length must
You can’t perform that action at this time.
0 commit comments