aboutsummaryrefslogtreecommitdiffstats
path: root/python/markit/rates.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/markit/rates.py')
-rw-r--r--python/markit/rates.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/python/markit/rates.py b/python/markit/rates.py
index 257f7631..4884d626 100644
--- a/python/markit/rates.py
+++ b/python/markit/rates.py
@@ -296,7 +296,6 @@ def update_bbg_desc(conn, session, download_date):
def get_bbg_quotes(conn, session, start_from):
- fields = ["PX_LAST"]
with conn.cursor() as c:
c.execute(
"SELECT quote_type, array_agg(bbg_ticker) "