Skip to content

Commit e557805

Browse files
committed
fix import
1 parent 5691b4d commit e557805

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

keras_rs/src/utils/tpu_test_utils.py

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
11
import contextlib
22
import os
3+
from types import ModuleType
4+
from typing import Any, Callable, Optional, Tuple, Union
35

4-
import Any
5-
import Callable
66
import keras
7-
import ModuleType
8-
import Optional
97
import tensorflow as tf
10-
import Tuple
11-
import Union
128

139
jax: Optional[ModuleType] = None
1410

0 commit comments

Comments
 (0)