8000 chore: remove reference to genai SDK folder. · CentML/adk-python@2a8ca06 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2a8ca06

Browse files
wuliang229copybara-github
authored andcommitted
chore: remove reference to genai SDK folder.
Added `from __future__ import annotations` to follow the best practice. PiperOrigin-RevId: 764473253
1 parent 3489bb5 commit 2a8ca06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/google/adk/tools/_automatic_function_calling_util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
"""Forked from google3/third_party/py/google/genai/_automatic_function_calling_util.py temporarily."""
15+
from __future__ import annotations
1616

1717
import inspect
1818
from types import FunctionType

0 commit comments

Comments
 (0)
0