File diff 6dfd89e5ec6e → deee5bad57ec
import2ledger/importers/brightfunds.py
Show inline comments
 
import collections
 

	
 
from . import _csv
 
from . import _xls
 
from .. import strparse
...
 
@@ -36,7 +34,6 @@ class _BrightFundsMixin:
 
            entry_key: self._get_value(row[row_key])
 
            for row_key, entry_key in self.FIELDS_TO_COPY.items()
 
        }
 
        print(entry_data, row['Amount'])
 
        names = []
 
        for key in self.NAME_KEYS:
 
            name = entry_data[key].strip()