From 7a8bf38984a1524e9c2a2d7acb1ce46dd5898902 Mon Sep 17 00:00:00 2001 From: heck Date: Thu, 24 Jun 2021 14:21:24 +0200 Subject: [PATCH] PYADPT-116: for PR's: minimal changes please, sometimes even dead code has a reason oi put it there --- tests/test_blob.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/test_blob.py b/tests/test_blob.py index b4df272..c2ff3f3 100644 --- a/tests/test_blob.py +++ b/tests/test_blob.py @@ -4,6 +4,10 @@ """Blob unit tests.""" +import pytest + +from . import constants +from . import model def test_blob_data_constructor(pEp): bdata = b'this is binary \x00\x01\xbb\xa7\xa4\xab test data'