From fff30659e9a05d28189348059b6255135184d893 Mon Sep 17 00:00:00 2001 From: Cary Carter Date: Fri, 17 May 2024 04:59:01 -0700 Subject: [PATCH] 1 FILE(s) | tests.py --- tests.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests.py b/tests.py index 5e6f73a..07069c1 100644 --- a/tests.py +++ b/tests.py @@ -11,8 +11,9 @@ from uuid import UUID, uuid4 import base64 as _b64 import secrets as _secs +from pyshared import ranstr +from pyshared.pytest import multiscope_fixture as scope_fixture -from pyshared import multiscope_fixture as scope_fixture, ranstr from open2fa.cli import Open2FA, main, sys from open2fa.main import apireq, _uinput from open2fa.common import TOTP2FACode, RemoteSecret, O2FAUUID, TOTPSecret