diff options
Diffstat (limited to 'packages/meshbay-hub/tests/test_device_auth.py')
| -rw-r--r-- | packages/meshbay-hub/tests/test_device_auth.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/packages/meshbay-hub/tests/test_device_auth.py b/packages/meshbay-hub/tests/test_device_auth.py index e899f12..f9b172e 100644 --- a/packages/meshbay-hub/tests/test_device_auth.py +++ b/packages/meshbay-hub/tests/test_device_auth.py @@ -21,9 +21,7 @@ stopped being true. import base64 import time -import pytest from cryptography.hazmat.primitives.asymmetric.ed25519 import Ed25519PrivateKey - from meshbay_common.crypto import pk_to_b64 |