<div dir="ltr">Yes, that is a result of the automatic refactoring by Pycharm. I'll clean that up when I resubmit. </div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Apr 13, 2022 at 3:28 AM Juraj Linkeš <juraj.linkes@pantheon.tech> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">> diff --git a/framework/dut.py b/framework/dut.py index a2a93734..d6b8d34a<br>
> 100644<br>
> --- a/framework/dut.py<br>
> +++ b/framework/dut.py<br>
> @@ -46,7 +46,7 @@ from .settings import LOG_NAME_SEP, NICS  from<br>
> .ssh_connection import SSHConnection  from .test_result import ResultTable<br>
> from .utils import RED, remove_old_rsa_key -from .virt_resource import<br>
> VirtResource<br>
> +from framework.virt_resource import VirtResource<br>
> <br>
<br>
A minor point, this is an unneccesary change that violates the current convention. Is this a result of automated tools?<br>
<br>
</blockquote></div>