Skip to content

Commit 8de4875

Browse files
committed
fixed lint
1 parent 5c80c79 commit 8de4875

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/unit/data/_metrics/test_data_model.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
import time
1615
import pytest
1716
import mock
1817

@@ -200,8 +199,6 @@ def test_start_attempt(self, mock_monotonic_ns):
200199
"""
201200
from google.cloud.bigtable.data._metrics.data_model import ActiveAttemptMetric
202201

203-
from google.cloud.bigtable.data._metrics.data_model import ActiveAttemptMetric
204-
205202
expected_timestamp = 123456789
206203
mock_monotonic_ns.return_value = expected_timestamp
207204
metric = self._make_one(mock.Mock())

0 commit comments

Comments
 (0)