From 42f91cce8042142c18226fe683a5bc2e637d7a21 Mon Sep 17 00:00:00 2001 From: jdoe0 Date: Sat, 4 Jan 2014 19:31:29 +0700 Subject: [PATCH] thread.py: Remove unused imports --- ankisyncd/thread.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/ankisyncd/thread.py b/ankisyncd/thread.py index b6edc2d..eb319bd 100644 --- a/ankisyncd/thread.py +++ b/ankisyncd/thread.py @@ -1,9 +1,6 @@ from __future__ import absolute_import -import anki -import anki.storage - from ankisyncd.collection import CollectionWrapper, CollectionManager from threading import Thread