mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-22 16:28:19 +02:00
Move get_connection_data to utils module as it is not needed for the actual kitten
This commit is contained in:
@@ -959,7 +959,7 @@ class Window:
|
||||
|
||||
def handle_remote_file(self, netloc: str, remote_path: str) -> None:
|
||||
from kittens.remote_file.main import is_ssh_kitten_sentinel
|
||||
from kittens.ssh.main import get_connection_data
|
||||
from kittens.ssh.utils import get_connection_data
|
||||
|
||||
from .utils import SSHConnectionData
|
||||
args = self.ssh_kitten_cmdline()
|
||||
|
||||
Reference in New Issue
Block a user