Skip to content

Commit

Permalink
Fix more lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
rhatgadkar-goog committed Nov 15, 2024
1 parent f06af27 commit 8efac50
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions tests/unit/mocks.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@
import struct
from typing import Any, Callable, Dict, List, Literal, Optional, Tuple

from aiohttp import ClientResponseError
from aiohttp import RequestInfo
from cryptography import x509
from cryptography.hazmat.primitives import hashes
from cryptography.hazmat.primitives import serialization
Expand Down
2 changes: 0 additions & 2 deletions tests/unit/test_async_connector.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,10 @@
from mocks import FakeAlloyDBClient
from mocks import FakeConnectionInfo
from mocks import FakeCredentials
from mocks import FakeInstance
import pytest

from google.cloud.alloydb.connector import AsyncConnector
from google.cloud.alloydb.connector import IPTypes
from google.cloud.alloydb.connector.client import AlloyDBClient
from google.cloud.alloydb.connector.exceptions import IPTypeNotFoundError
from google.cloud.alloydb.connector.instance import RefreshAheadCache

Expand Down
2 changes: 0 additions & 2 deletions tests/unit/test_connector.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,10 @@
from mock import patch
from mocks import FakeAlloyDBClient
from mocks import FakeCredentials
from mocks import FakeInstance
import pytest

from google.cloud.alloydb.connector import Connector
from google.cloud.alloydb.connector import IPTypes
from google.cloud.alloydb.connector.client import AlloyDBClient
from google.cloud.alloydb.connector.exceptions import IPTypeNotFoundError
from google.cloud.alloydb.connector.instance import RefreshAheadCache
from google.cloud.alloydb.connector.utils import generate_keys
Expand Down

0 comments on commit 8efac50

Please sign in to comment.