Skip to content

Commit

Permalink
remove useless variables
Browse files Browse the repository at this point in the history
  • Loading branch information
njames741 committed Nov 2, 2020
1 parent de542e5 commit 0febd03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion VerdictCut/find_laws.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def extract_law_paragraph(text,appendix_law_list,table_list):
result=""
# 初始化存放附錄法條字的位置字典
appendix_law_position_dict={}
key =""
# key =""
# 找到含有"附錄法條"的位置,可能會找到不只一個位置
for appendix_law in appendix_law_list:
# 有找到才做下去
Expand Down

0 comments on commit 0febd03

Please sign in to comment.