Skip to content

Commit

Permalink
fixed lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-sanche committed Dec 13, 2023
1 parent f74f260 commit e057cd7
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion google/cloud/bigtable/data/_async/_mutate_rows.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
from __future__ import annotations

from typing import Sequence, TYPE_CHECKING
import asyncio
from dataclasses import dataclass
import functools

Expand Down
2 changes: 1 addition & 1 deletion google/cloud/bigtable/data/_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"""
from __future__ import annotations

from typing import Callable, Sequence, List, Tuple, Any, TYPE_CHECKING
from typing import Sequence, List, Tuple, TYPE_CHECKING
import time
import enum
from collections import namedtuple
Expand Down
1 change: 0 additions & 1 deletion tests/unit/data/test__helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
from google.api_core import exceptions as core_exceptions
import google.cloud.bigtable.data._helpers as _helpers
from google.cloud.bigtable.data._helpers import TABLE_DEFAULT
import google.cloud.bigtable.data.exceptions as bigtable_exceptions

import mock

Expand Down

0 comments on commit e057cd7

Please sign in to comment.