Skip to content

Commit c79bead

Browse files
committed
fix format
Signed-off-by: wangli <wangli858794774@gmail.com>
1 parent e1148d0 commit c79bead

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

benchmarks/scripts/patch_benchmark_dataset.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,9 @@
22

33
import libcst as cst
44
import libcst.matchers as m
5-
65
# Patch the benchmark_dataset.py file to set streaming=False in load_dataset calls
76

87

9-
108
class StreamingFalseTransformer(cst.CSTTransformer):
119

1210
def __init__(self):

0 commit comments

Comments
 (0)