Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
wrobelda committed Oct 10, 2017
1 parent 1e20f2b commit a1625ac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/splitwise.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ class TestSplitwise(unittest.TestCase):

def test_splitwise(self):
c = converter.Converter()
encoding = c.GetFileEncoding(self.bank_name)

c.OpenFile(self.bank_name, self.infile_name)
c.ExportFiles(self.bank_name, "QIF", self.outfile_name)
Expand Down

0 comments on commit a1625ac

Please sign in to comment.