Skip to content

Commit

Permalink
fix import order
Browse files Browse the repository at this point in the history
  • Loading branch information
Valeriy-Burlaka committed Jan 31, 2025
1 parent 79fbce8 commit bc39bf4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions genai/batch_predict/test_batch_predict.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,9 @@
from datetime import datetime as dt, UTC
import os

import pytest

from google.cloud import storage
from google.genai.types import JobState
import pytest

import batch_prediction_with_gcs

Expand Down

0 comments on commit bc39bf4

Please sign in to comment.