chore: Replace imports by importing from actual module instead of from package (__init__.py)

PiperOrigin-RevId: 786342250
This commit is contained in:
Xiang (Sean) Zhou
2025-07-23 10:49:43 -07:00
committed by Copybara-Service
parent 430b82024f
commit 927c75f0ee
110 changed files with 221 additions and 218 deletions
+2 -2
View File
@@ -12,9 +12,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.
from google.adk.models import LlmRequest
from google.adk.models import LlmResponse
from google.adk.models.google_llm import Gemini
from google.adk.models.llm_request import LlmRequest
from google.adk.models.llm_response import LlmResponse
from google.genai import types
from google.genai.types import Content
from google.genai.types import Part