We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ba71c8 commit 294e6bcCopy full SHA for 294e6bc
asyncpg/connect_utils.py
@@ -60,7 +60,7 @@ class _ConnectionParameters(typing.NamedTuple):
60
sslmode: SSLMode
61
ssl_negotiation: SSLNegotiation
62
server_settings: typing.Optional[typing.Dict[str, str]]
63
- target_session_attrs: "SessionAttribute"
+ target_session_attrs: SessionAttribute
64
krbsrvname: typing.Optional[str]
65
gsslib: str
66
@@ -130,7 +130,7 @@ def _read_password_file(passfile: pathlib.Path) \
130
def _read_password_from_pgpass(
131
*,
132
passfile: pathlib.Path,
133
- hosts: "Sequence[str]",
+ hosts: Sequence[str],
134
ports: typing.List[int],
135
database: str,
136
user: str
@@ -167,7 +167,7 @@ def _read_password_from_pgpass(
167
168
169
def _validate_port_spec(
170
- hosts: "Sequence[object]", port: typing.Union[int, typing.List[int]]
+ hosts: Sequence[object], port: typing.Union[int, typing.List[int]]
171
) -> typing.List[int]:
172
if isinstance(port, list):
173
# If there is a list of ports, its length must
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments