diff --git a/packages/google-cloud-apigee-connect/google/cloud/apigeeconnect_v1/types/connection.py b/packages/google-cloud-apigee-connect/google/cloud/apigeeconnect_v1/types/connection.py index 0983a55bb1ce..6251dc494508 100644 --- a/packages/google-cloud-apigee-connect/google/cloud/apigeeconnect_v1/types/connection.py +++ b/packages/google-cloud-apigee-connect/google/cloud/apigeeconnect_v1/types/connection.py @@ -13,6 +13,8 @@ # See the License for the specific language governing permissions and # limitations under the License. # +from __future__ import annotations + from typing import MutableMapping, MutableSequence import proto # type: ignore diff --git a/packages/google-cloud-apigee-connect/google/cloud/apigeeconnect_v1/types/tether.py b/packages/google-cloud-apigee-connect/google/cloud/apigeeconnect_v1/types/tether.py index 060b7f686083..859958f89868 100644 --- a/packages/google-cloud-apigee-connect/google/cloud/apigeeconnect_v1/types/tether.py +++ b/packages/google-cloud-apigee-connect/google/cloud/apigeeconnect_v1/types/tether.py @@ -13,6 +13,8 @@ # See the License for the specific language governing permissions and # limitations under the License. # +from __future__ import annotations + from typing import MutableMapping, MutableSequence from google.protobuf import duration_pb2 # type: ignore