Skip to content

Commit 4f63c65

Browse files
committed
Fix isort failure
1 parent e75678d commit 4f63c65

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/unittests/runners/test_cancel_async.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
import asyncio
2+
from typing import Any
3+
from typing import AsyncGenerator
24

35
from google.adk.agents import BaseAgent
46
from google.adk.agents.run_config import RunConfig
@@ -8,8 +10,6 @@
810
from google.adk.runners import StopSignal
911
from google.genai.types import Content
1012
from google.genai.types import Part
11-
from typing import Any
12-
from typing import AsyncGenerator
1313
import pytest
1414

1515

0 commit comments

Comments
 (0)