diff options
-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. |