From 870836e6de131bc5ea45f91659c595b698b165a3 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Sun, 31 Aug 2014 21:07:34 -0700 Subject: [PATCH] Unused imports --- tradedb.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tradedb.py b/tradedb.py index b11ae7ee..0e3b7b49 100644 --- a/tradedb.py +++ b/tradedb.py @@ -14,9 +14,7 @@ # Imports import re # Because irregular expressions are dull -import pypyodbc # Because its documentation was better import sys -from queue import Queue # Because we're British. from collections import namedtuple import itertools import math