Skip to content

Commit 7eb7292

Browse files
committed
pandas edit
1 parent 78acf94 commit 7eb7292

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: generate_pxi.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
import os
33

44
from Cython import Tempita
5-
6-
5+
print("pandas edit")
76
def process_tempita(pxifile, outfile) -> None:
87
with open(pxifile, encoding="utf-8") as f:
98
tmpl = f.read()

0 commit comments

Comments
 (0)