Skip to content

Commit 6ee7a52

Browse files
committed
Regen protos
1 parent ec25155 commit 6ee7a52

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

temporalio/bridge/_visitor.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# This file is generated by gen_payload_visitor.py. Changes should be made there.
22
import abc
3-
from collections.abc import MutableSequence
4-
from typing import Any
3+
from typing import Any, MutableSequence
54

65
from temporalio.api.common.v1.message_pb2 import Payload
76

temporalio/bridge/services_generated.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@
33

44
from __future__ import annotations
55

6-
from collections.abc import Mapping
76
from datetime import timedelta
8-
from typing import TYPE_CHECKING, Optional, Union
7+
from typing import TYPE_CHECKING, Mapping
98

109
import google.protobuf.empty_pb2
1110

0 commit comments

Comments
 (0)