Skip to content

Commit 2a177ee

Browse files
committed
linter
1 parent 6c27719 commit 2a177ee

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

dataflow/gemma/custom_model_gemma.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,11 @@
1313
# limitations under the License.
1414

1515
from collections.abc import Iterable, Sequence
16-
17-
import logging
18-
1916
from typing import Any
2017
from typing import Optional
2118

19+
import logging
20+
2221
import apache_beam as beam
2322
from apache_beam.ml.inference import utils
2423
from apache_beam.ml.inference.base import ModelHandler

0 commit comments

Comments
 (0)