Skip to content

Commit 7541289

Browse files
remove unused executor field
1 parent f4f6828 commit 7541289

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

bigframes/session/executor.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ def __init__(
9797
*,
9898
strictly_ordered: bool = True,
9999
metrics: Optional[bigframes.session.metrics.ExecutionMetrics] = None,
100-
nondeterminism_only_once: bool = False,
101100
):
102101
self.bqclient = bqclient
103102
self.storage_manager = storage_manager
@@ -110,7 +109,6 @@ def __init__(
110109
] = weakref.WeakKeyDictionary()
111110
self.metrics = metrics
112111
self.bqstoragereadclient = bqstoragereadclient
113-
self.nondeterminism_only_once = (nondeterminism_only_once,)
114112

115113
def to_sql(
116114
self,

0 commit comments

Comments
 (0)