From: Liam Beguin Date: Wed, 14 Mar 2018 23:15:14 +0000 (-0400) Subject: test/py: do not import pytest multiple times X-Git-Tag: v2018.05-rc1~21 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=64a2cebb6e664ad32757c9507140aa69ad7228d3;p=u-boot test/py: do not import pytest multiple times Signed-off-by: Liam Beguin Reviewed-by: Stephen Warren --- diff --git a/test/py/u_boot_utils.py b/test/py/u_boot_utils.py index 9acb92ddc4..64584494e4 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.