Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-sanche committed Feb 23, 2024
1 parent 600ef0b commit 10ef5d1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 1 addition & 3 deletions google/cloud/bigtable/data/_metrics/data_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@

from typing import Callable, Any, Generator, Tuple, cast, TYPE_CHECKING

import datetime
import time
import os
import re
import logging

Expand Down Expand Up @@ -105,7 +103,7 @@ class CompletedOperationMetric:
cluster_id: str
zone: str
is_streaming: bool
flow_throttling_time_ns: int = 0.0
flow_throttling_time_ns: int = 0


@dataclass
Expand Down
1 change: 0 additions & 1 deletion tests/unit/data/_metrics/test_data_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
import time
import pytest
import mock
import datetime

from google.cloud.bigtable.data._metrics.data_model import OperationState as State
from google.cloud.bigtable_v2.types import ResponseParams
Expand Down

0 comments on commit 10ef5d1

Please sign in to comment.