diff --git a/paramiko/config.py b/paramiko/config.py index e41bae4..8e45ad5 100644 --- a/paramiko/config.py +++ b/paramiko/config.py @@ -74,7 +74,6 @@ class LazyFqdn(object): self.fqdn = fqdn return self.fqdn - class SSHConfig (object): """ Representation of config information as stored in the format used by