Skip to content

Commit

Permalink
1 FILE(s) | tests.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cc-d committed May 17, 2024
1 parent e598df5 commit fff3065
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fff3065

Please sign in to comment.