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 dbed388 commit b2fba6cCopy full SHA for b2fba6c
src/scmrepo/git/backend/dulwich/asyncssh_vendor.py
@@ -143,7 +143,7 @@ class InteractiveSSHClient(SSHClient):
143
144
def __init__(self, *args, **kwargs):
145
super(*args, **kwargs)
146
- _passphrases: dict[str, str] = {}
+ self._passphrases: dict[str, str] = {}
147
148
def connection_made(self, conn: "SSHClientConnection") -> None:
149
self._conn = conn
0 commit comments