unused imports

This commit is contained in:
j 2016-01-24 12:18:03 +05:30
parent fd922cc83c
commit 139f7aee67
2 changed files with 0 additions and 2 deletions

View File

@ -5,7 +5,6 @@
from queue import Queue
from threading import Thread
import json
import socket
from io import BytesIO
import gzip
import urllib.request, urllib.error, urllib.parse

View File

@ -1,7 +1,6 @@
# -*- coding: utf-8 -*-
# vi:si:et:sw=4:sts=4:ts=4
import os
from queue import Queue
from threading import Thread