Skip to content

Commit

Permalink
duplicate code
Browse files Browse the repository at this point in the history
  • Loading branch information
guotong1988 committed May 5, 2019
1 parent 03407da commit df32ad9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sqlova/model/nl2sql/wikisql_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ def __init__(self, iS, hS, lS, dr, n_cond_ops, n_agg_ops, old=False):
self.n_cond_ops = n_cond_ops
self.n_agg_ops = n_agg_ops

self.wcp = WCP(iS, hS, lS, dr)
self.scp = SCP(iS, hS, lS, dr)
self.sap = SAP(iS, hS, lS, dr, n_agg_ops, old=old)
self.wnp = WNP(iS, hS, lS, dr)
Expand Down

0 comments on commit df32ad9

Please sign in to comment.