[U-Boot] [PATCH v3 5/7] test/py: do not import pytest multiple times

Liam Beguin liambeguin at gmail.com
Wed Mar 14 02:03:05 UTC 2018


Signed-off-by: Liam Beguin <liambeguin at gmail.com>
---
 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



More information about the U-Boot mailing list