Skip to content

Commit 124fee6

Browse files
seanzhougooglecopybara-github
authored andcommitted
chore: Remove unnecessary import in runners
PiperOrigin-RevId: 798285019
1 parent a360bc2 commit 124fee6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/google/adk/runners.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,12 @@
1717
import asyncio
1818
import logging
1919
import queue
20-
import time
2120
from typing import Any
2221
from typing import AsyncGenerator
2322
from typing import Callable
2423
from typing import Generator
2524
from typing import List
2625
from typing import Optional
27-
import uuid
2826
import warnings
2927

3028
from google.genai import types

0 commit comments

Comments
 (0)