Remove unused lines

This commit is contained in:
flan
2017-10-30 19:56:17 +01:00
parent 39f3ee110d
commit 55bdbfacaa
13 changed files with 2 additions and 54 deletions

View File

@@ -1,6 +1,4 @@
# -*- coding: utf-8 -*-
from cStringIO import StringIO
import json
import logging
@@ -12,9 +10,7 @@ import tempfile
import unicodedata
import zipfile
from anki.consts import SYNC_ZIP_SIZE
from anki.utils import checksum
class FileUtils(object):