Skip to content

Commit 361cacb

Browse files
committed
move todo statement
1 parent 0ac094a commit 361cacb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

owlbot.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,13 +99,13 @@
9999
if count < len(clients_to_patch):
100100
raise Exception(err_msg)
101101

102+
# TODO(https://github.com/googleapis/python-pubsub/issues/1349): Move the emulator
103+
# code below to test files.
102104
count = s.replace(
103105
clients_to_patch,
104106
r"# initialize with the provided callable or the passed in class",
105107
"""\g<0>
106108
107-
# TODO(https://github.com/googleapis/python-pubsub/issues/1349): Move the emulator
108-
# code below to test files.
109109
emulator_host = os.environ.get("PUBSUB_EMULATOR_HOST")
110110
if emulator_host:
111111
if issubclass(transport_init, type(self)._transport_registry["grpc"]):

0 commit comments

Comments
 (0)