From 590fb4bc2cd2055077fe015170768db69281112a Mon Sep 17 00:00:00 2001 From: Shroominic Date: Thu, 11 Dec 2025 14:13:41 +0800 Subject: [PATCH] ruff fix --- tests/integration/test_wallet_authentication.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/integration/test_wallet_authentication.py b/tests/integration/test_wallet_authentication.py index eafc3666..1b9d5979 100644 --- a/tests/integration/test_wallet_authentication.py +++ b/tests/integration/test_wallet_authentication.py @@ -3,7 +3,6 @@ Integration tests for wallet authentication system including API key generation Tests POST /v1/wallet/topup endpoint and authorization header validation. """ -import hashlib from datetime import datetime, timedelta from typing import Any