Skip to content

Commit 76ae711

Browse files
committed
chore: Fix import sorting for code_execution_utils.py
Signed-off-by: Josh Soref <[email protected]>
1 parent e913aa5 commit 76ae711

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/google/adk/code_executors/code_execution_utils.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@
2121
import copy
2222
import dataclasses
2323
import re
24-
from typing import List
25-
from typing import Optional
24+
from typing import List, Optional
2625

2726
from google.genai import types
2827

0 commit comments

Comments
 (0)