File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 55import functools
66import pathlib
77import typing
8- from collections import UserDict
98from collections .abc import Collection
109
1110import paramiko
@@ -379,7 +378,7 @@ def controlmaster(self) -> bool | None:
379378 return self .__controlmaster
380379
381380
382- class HostsSSHConfigs (UserDict [str , SSHConfig ]):
381+ class HostsSSHConfigs (dict [str , SSHConfig ]):
383382 """Specific dictionary for managing SSHConfig records.
384383
385384 Instead of creating a new record by request, just generate default value and return if not exists.
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ passenv =
1818 HTTPS_PROXY
1919 no_proxy
2020 NO_PROXY
21+ USERNAME
2122setev = PYTHONDONTWRITEBYTECODE =1
2223deps =
2324 sphinx
You can’t perform that action at this time.
0 commit comments