Skip to content

Commit b1ba045

Browse files
committed
fixing lint issues
1 parent 881955c commit b1ba045

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/server/events/test_inmemory_queue_manager.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
from contextlib import asynccontextmanager
1+
22

33
import pytest
44
import asyncio
5-
from unittest.mock import MagicMock, patch
5+
from unittest.mock import MagicMock
66

77
from a2a.server.events import InMemoryQueueManager
88
from a2a.server.events.event_queue import EventQueue

0 commit comments

Comments
 (0)