Skip to content

Commit

Permalink
join_lt() - unused vars cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mezantrop committed Jul 5, 2024
1 parent b14f43b commit d04979c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tsqlike/tsqlike.py
Original file line number Diff line number Diff line change
Expand Up @@ -552,9 +552,6 @@ def join_lt(self, table, scol, tcol, mode=JOIN_INNER, new_tname='', replace=Fals
lci = self.header.index(scol) if scol in self.header else None
rci = table.header.index(tcol) if tcol in table.header else None
r_table = []
tl_match = []
tr_match = []

l_dict = {}
r_dict = {}

Expand Down

0 comments on commit d04979c

Please sign in to comment.