Skip to content

Commit

Permalink
fix: Move the named_pipe_helper.py under the folder `adaptor_runtim…
Browse files Browse the repository at this point in the history
…e_client`

Signed-off-by: Hongli Chen <[email protected]>
  • Loading branch information
Honglichenn committed Mar 19, 2024
1 parent 3e0f8e2 commit 45bdf86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/openjd/adaptor_runtime_client/win_client_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

from .base_client_interface import BaseClientInterface

from openjd.adaptor_runtime_client.named_pipe.named_pipe_helper import NamedPipeHelper
from .named_pipe.named_pipe_helper import NamedPipeHelper

_DEFAULT_TIMEOUT_IN_SECONDS = 15

Expand Down

0 comments on commit 45bdf86

Please sign in to comment.