Skip to content
This repository was archived by the owner on Mar 31, 2026. It is now read-only.

Commit 4cb1f05

Browse files
committed
feat: Multiplexed sessions - Remove unnecessary constants.
Signed-off-by: Taylor Curran <taylor.curran@improving.com>
1 parent 0bd5fd1 commit 4cb1f05

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

tests/_helpers.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,6 @@
3434
_TEST_OT_EXPORTER = None
3535
_TEST_OT_PROVIDER_INITIALIZED = False
3636

37-
# Environment variables for enabling multiplexed sessions
38-
"GOOGLE_CLOUD_SPANNER_MULTIPLEXED_SESSIONS"
39-
ENV_VAR_ENABLE_MULTIPLEXED_FOR_PARTITIONED = (
40-
"GOOGLE_CLOUD_SPANNER_MULTIPLEXED_SESSIONS_PARTITIONED_OPS"
41-
)
42-
ENV_VAR_ENABLE_MULTIPLEXED_FOR_READ_WRITE = (
43-
"GOOGLE_CLOUD_SPANNER_MULTIPLEXED_SESSIONS_FOR_RW"
44-
)
45-
4637

4738
def is_multiplexed_enabled(transaction_type: TransactionType) -> bool:
4839
"""Returns whether multiplexed sessions are enabled for the given transaction type."""

0 commit comments

Comments
 (0)