Skip to content

Commit

Permalink
Automated Code Change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 696543508
  • Loading branch information
Googler authored and tensorflower-gardener committed Nov 14, 2024
1 parent 751461f commit a9fad7b
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@

import pprint

# Dependency imports
from absl import app
from absl import flags

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@

import sys

# Dependency imports
import numpy as np

import tensorflow.compat.v1 as tf1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
# ============================================================================
"""Tests for correlation_matrix_volumes_lib.py."""

# Dependency imports
import numpy as np
import tensorflow.compat.v2 as tf

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

import functools

# Dependency imports
from absl.testing import parameterized
import numpy as np
import tensorflow.compat.v2 as tf
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
from __future__ import division
from __future__ import print_function

# Dependency imports
from absl.testing import parameterized
import numpy as np
import tensorflow.compat.v2 as tf
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
# ============================================================================
"""Bijectors Tests."""

# Dependency imports
from absl.testing import parameterized
import numpy as np
import tensorflow.compat.v2 as tf
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
# ============================================================================
"""FeatureTransformed tests."""

# Dependency imports
from absl.testing import parameterized
import numpy as np

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
# ============================================================================
"""Bijectors Tests."""

# Dependency imports
from absl.testing import parameterized
import numpy as np

Expand Down

0 comments on commit a9fad7b

Please sign in to comment.