Remove unused imports.

This commit is contained in:
Serhiy Storchaka 2016-12-16 20:00:15 +02:00
parent 5bb8b9134b
commit 70d28a184c
43 changed files with 0 additions and 60 deletions

View file

@ -16,7 +16,6 @@ to modify the meaning of the API call itself.
import collections
import concurrent.futures
import heapq
import inspect
import itertools
import logging
import os