test/py: do not import pytest multiple times
Signed-off-by: Liam Beguin <liambeguin@gmail.com> Reviewed-by: Stephen Warren <swarren@nvidia.com>
This commit is contained in:
parent
be91691d08
commit
64a2cebb6e
@ -11,7 +11,6 @@ import os.path
|
|||||||
import pytest
|
import pytest
|
||||||
import sys
|
import sys
|
||||||
import time
|
import time
|
||||||
import pytest
|
|
||||||
|
|
||||||
def md5sum_data(data):
|
def md5sum_data(data):
|
||||||
"""Calculate the MD5 hash of some data.
|
"""Calculate the MD5 hash of some data.
|
||||||
|
Loading…
Reference in New Issue
Block a user