From mboxrd@z Thu Jan 1 00:00:00 1970 From: Liam Beguin Date: Tue, 13 Mar 2018 22:03:05 -0400 Subject: [U-Boot] [PATCH v3 5/7] test/py: do not import pytest multiple times In-Reply-To: <20180314020307.23475-1-liambeguin@gmail.com> References: <20180314020307.23475-1-liambeguin@gmail.com> Message-ID: <20180314020307.23475-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 --- 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