Skip to content

Commit

Permalink
Update compute.py
Browse files Browse the repository at this point in the history
  • Loading branch information
VladaZakharova committed Oct 31, 2022
1 parent 2074fcd commit 253b85f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airflow/providers/google/cloud/operators/compute.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
from __future__ import annotations

from copy import deepcopy
from typing import TYPE_CHECKING, Any, Dict, List, Optional, Sequence
from typing import Any, Sequence, TYPE_CHECKING

from google.api_core import exceptions
from google.api_core.retry import Retry
Expand Down

0 comments on commit 253b85f

Please sign in to comment.