From mboxrd@z Thu Jan 1 00:00:00 1970 From: Liam Beguin Date: Wed, 14 Mar 2018 19:15:14 -0400 Subject: [U-Boot] [PATCH v4 5/7] test/py: do not import pytest multiple times In-Reply-To: <20180314231516.1647-1-liambeguin@gmail.com> References: <20180314231516.1647-1-liambeguin@gmail.com> Message-ID: <20180314231516.1647-6-liambeguin@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 9acb92ddc448..64584494e463 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. -- 2.16.1.72.g5be1f00a9a70