From 64a2cebb6e664ad32757c9507140aa69ad7228d3 Mon Sep 17 00:00:00 2001 From: Liam Beguin Date: Wed, 14 Mar 2018 19:15:14 -0400 Subject: [PATCH] test/py: do not import pytest multiple times Signed-off-by: Liam Beguin Reviewed-by: Stephen Warren --- test/py/u_boot_utils.py | 1 - 1 file changed, 1 deletion(-) diff --git a/test/py/u_boot_utils.py b/test/py/u_boot_utils.py index 9acb92d..6458449 100644 --- a/test/py/u_boot_utils.py +++ b/test/py/u_boot_utils.py @@ -11,7 +11,6 @@ import os.path import pytest import sys import time -import pytest def md5sum_data(data): """Calculate the MD5 hash of some data.