Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

Commit 10ef5d1

Browse files
committed
lint
1 parent 600ef0b commit 10ef5d1

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

google/cloud/bigtable/data/_metrics/data_model.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@
1515

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

18-
import datetime
1918
import time
20-
import os
2119
import re
2220
import logging
2321

@@ -105,7 +103,7 @@ class CompletedOperationMetric:
105103
cluster_id: str
106104
zone: str
107105
is_streaming: bool
108-
flow_throttling_time_ns: int = 0.0
106+
flow_throttling_time_ns: int = 0
109107

110108

111109
@dataclass

tests/unit/data/_metrics/test_data_model.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
import time
1616
import pytest
1717
import mock
18-
import datetime
1918

2019
from google.cloud.bigtable.data._metrics.data_model import OperationState as State
2120
from google.cloud.bigtable_v2.types import ResponseParams

0 commit comments

Comments
 (0)