Skip to content

Commit df32ad9

Browse files
authored
duplicate code
1 parent 03407da commit df32ad9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sqlova/model/nl2sql/wikisql_models.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ def __init__(self, iS, hS, lS, dr, n_cond_ops, n_agg_ops, old=False):
2929
self.n_cond_ops = n_cond_ops
3030
self.n_agg_ops = n_agg_ops
3131

32-
self.wcp = WCP(iS, hS, lS, dr)
3332
self.scp = SCP(iS, hS, lS, dr)
3433
self.sap = SAP(iS, hS, lS, dr, n_agg_ops, old=old)
3534
self.wnp = WNP(iS, hS, lS, dr)

0 commit comments

Comments
 (0)