Skip to content

Commit

Permalink
Remote client: Remove unnecessary imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ccordoba12 authored and hlouzada committed Nov 25, 2024
1 parent d9a3981 commit d6c4cb5
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions spyder/plugins/remoteclient/api/ssh.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,6 @@
from asyncssh.auth import PasswordChangeResponse
from asyncssh.public_key import KeyPairListArg

from spyder.api.translations import _
from spyder.plugins.remoteclient.api.protocol import (
ConnectionInfo,
ConnectionStatus,
)

_logger = logging.getLogger(__name__)

Expand Down

0 comments on commit d6c4cb5

Please sign in to comment.