Skip to content

Commit

Permalink
chore: update imports
Browse files Browse the repository at this point in the history
  • Loading branch information
jackwotherspoon committed Oct 24, 2023
1 parent b194fb0 commit c197919
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions google/cloud/alloydb/connector/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,10 @@

from __future__ import annotations

from typing import List, Tuple, TYPE_CHECKING
from typing import List, Tuple

from cryptography.hazmat.primitives import serialization

if TYPE_CHECKING:
from cryptography.hazmat.primitives.asymmetric import rsa
from cryptography.hazmat.primitives.asymmetric import rsa


def _write_to_file(
Expand Down

0 comments on commit c197919

Please sign in to comment.