Skip to content

Commit 3791819

Browse files
committed
remove stale comment
1 parent 2ba0b9a commit 3791819

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

python/datafusion/tests/test_udaf.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,6 @@ def state(self) -> List[pa.Scalar]:
6161

6262
@pytest.fixture
6363
def df(ctx):
64-
# ctx = SessionContext()
65-
6664
# create a RecordBatch and a new DataFrame from it
6765
batch = pa.RecordBatch.from_arrays(
6866
[pa.array([1, 2, 3]), pa.array([4, 4, 6])],

0 commit comments

Comments
 (0)