fix(merge_transactions.py): 删除冗余赋值

Co-authored-by: aider (ollama/gemma4:12b) <aider@aider.chat>
This commit is contained in:
2026-06-08 06:48:56 +08:00
parent 223000c4f1
commit f13e3c66a5
-1
View File
@@ -54,6 +54,5 @@ def merge_excel_files(input_dir):
print("未找到任何包含 '交易流水' 工作表的 Excel 文件。")
if __name__ == "__main__":
user_path = r"d:input"
user_path = input("> ").strip()
merge_excel_files(user_path)