style(tests): Remove unused time import from test file

This commit is contained in:
BiFangKNT
2026-09-12 12:26:51 +08:00
parent b594cf23e4
commit 9db6650274
@@ -4,7 +4,6 @@ Unit tests for Passkey WebAuthn service operations in UserService.
from __future__ import annotations
import time
from types import SimpleNamespace
from unittest.mock import AsyncMock, Mock