Skip to content

Commit a5aceef

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)