From bedcda634b2c61cad215c428a676de9155c03004 Mon Sep 17 00:00:00 2001 From: pselamy Date: Sun, 14 Jun 2026 18:21:22 +0000 Subject: [PATCH] fix(lint): remove unused imports in test_pipeline_persistence Co-Authored-By: Claude Opus 4.6 --- tests/test_pipeline_persistence.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tests/test_pipeline_persistence.py b/tests/test_pipeline_persistence.py index 3dde296..a7e0b01 100644 --- a/tests/test_pipeline_persistence.py +++ b/tests/test_pipeline_persistence.py @@ -6,14 +6,13 @@ wallet_profiles and funding_transfers tables when fresh wallets are detected. from __future__ import annotations -import asyncio from datetime import UTC, datetime from decimal import Decimal -from unittest.mock import AsyncMock, MagicMock, patch +from unittest.mock import AsyncMock, MagicMock import pytest from sqlalchemy import select -from sqlalchemy.ext.asyncio import AsyncSession, async_sessionmaker, create_async_engine +from sqlalchemy.ext.asyncio import async_sessionmaker, create_async_engine from polymarket_insider_tracker.config import Settings from polymarket_insider_tracker.detector.models import FreshWalletSignal