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

Commit a5aceef

Browse files
committed
removed unused import
1 parent 5a63965 commit a5aceef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414
from __future__ import annotations
1515

16-
from typing import Callable, Any, Generator, Tuple, cast, TYPE_CHECKING
16+
from typing import Callable, Any, Tuple, cast, TYPE_CHECKING
1717

1818
import time
1919
import re

0 commit comments

Comments
 (0)