diff options
author | Liam Beguin | 2018-03-14 19:15:14 -0400 |
---|---|---|
committer | Tom Rini | 2018-03-22 13:25:20 -0400 |
commit | 64a2cebb6e664ad32757c9507140aa69ad7228d3 (patch) | |
tree | 55229df6c775844bf4159ef95c2b55b42fa0816e /test/py | |
parent | be91691d081359e7366e487df7894af63268333d (diff) |
test/py: do not import pytest multiple times
Signed-off-by: Liam Beguin <liambeguin@gmail.com>
Reviewed-by: Stephen Warren <swarren@nvidia.com>
Diffstat (limited to 'test/py')
-rw-r--r-- | test/py/u_boot_utils.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/py/u_boot_utils.py b/test/py/u_boot_utils.py index 9acb92ddc44..64584494e46 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. |