From b8d0a8e4e08a21638e22b69f7fa57e4038d4ab6b Mon Sep 17 00:00:00 2001 From: fawce Date: Mon, 28 May 2012 22:13:43 -0400 Subject: [PATCH] cleanup --- zipline/protocol.py | 1 - 1 file changed, 1 deletion(-) diff --git a/zipline/protocol.py b/zipline/protocol.py index 8ff24389..7081291f 100644 --- a/zipline/protocol.py +++ b/zipline/protocol.py @@ -495,7 +495,6 @@ def convert_transactions(transactions): for txn in transactions: txn['date'] = EPOCH(txn['dt']) del(txn['dt']) - del(txn['source_id']) results.append(txn) return results