[Piglit] [PATCH] framework: remove duplicate import of framework.exceptions
Martin Peres
martin.peres at linux.intel.com
Thu Jul 20 16:27:38 UTC 2017
On 20/07/17 19:20, Dylan Baker wrote:
> Reported-by: Matt Turner <mattst88 at gmail.com>
Splitting the line is indeed the right approach, as it is too easy to
miss elements. Thanks!
Reviewed-by: Martin Peres <martin.peres at linux.intel.com>
> Signed-off-by: Dylan Baker <dylanx.c.baker at intel.com>
> ---
> framework/programs/run.py | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/framework/programs/run.py b/framework/programs/run.py
> index ef268f722..6444cfedb 100644
> --- a/framework/programs/run.py
> +++ b/framework/programs/run.py
> @@ -33,7 +33,7 @@ import time
>
> import six
>
> -from framework import core, backends, exceptions, options
> +from framework import core, backends, options
> from framework import dmesg
> from framework import exceptions
> from framework import monitoring
>
More information about the Piglit
mailing list