diff --git a/test/py/u_boot_utils.py b/test/py/u_boot_utils.py index 9acb92ddc448c5241842e86eb4fb4b278c49f3c1..64584494e463fada7e5b0a0dc95db0f45e44c2e9 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.