diff mbox series

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

Message ID 20180314020307.23475-6-liambeguin@gmail.com
State Superseded
Delegated to: Tom Rini
Headers show
Series [U-Boot,v3,1/7] spi: spi_flash: do not fail silently on bad user input | expand

Commit Message

Liam Beguin March 14, 2018, 2:03 a.m. UTC
Signed-off-by: Liam Beguin <liambeguin@gmail.com>
---
 test/py/u_boot_utils.py | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

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.