Skip to content

Commit dd5b8b5

Browse files
committed
Remove unused imports from cluster_wrapper_test
1 parent 888621b commit dd5b8b5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tensorflow_model_optimization/python/core/clustering/keras/cluster_wrapper_test.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,13 @@
2424
from tensorflow_model_optimization.python.core.clustering.keras import cluster_config
2525
from tensorflow_model_optimization.python.core.clustering.keras import cluster_wrapper
2626
from tensorflow_model_optimization.python.core.clustering.keras import clusterable_layer
27-
from tensorflow_model_optimization.python.core.clustering.keras import clustering_registry
2827

2928
keras = tf.keras
3029
errors_impl = tf.errors
3130
layers = keras.layers
3231
test = tf.test
3332

3433
CentroidInitialization = cluster_config.CentroidInitialization
35-
ClusterRegistry = clustering_registry.ClusteringRegistry
36-
ClusteringLookupRegistry = clustering_registry.ClusteringLookupRegistry
3734

3835

3936
class NonClusterableLayer(layers.Dense):

0 commit comments

Comments
 (0)