Skip to content

Commit 1f8c008

Browse files
fix import order
1 parent 2772747 commit 1f8c008

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

generative_ai/function_calling/test_function_calling.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,10 @@
1414

1515
import backoff
1616

17+
from google.api_core.exceptions import ResourceExhausted
18+
1719
import pytest
1820

19-
from google.api_core.exceptions import ResourceExhausted
2021
from vertexai.generative_models import GenerativeModel, Tool
2122

2223
import advanced_example

0 commit comments

Comments
 (0)