Commit c508f7f5 authored by Dan Pascu's avatar Dan Pascu

Removed unused imports

parent 684bf117
......@@ -15,7 +15,7 @@ import uuid
from abc import ABCMeta, abstractproperty
from collections import defaultdict, deque
from datetime import datetime, timedelta
from itertools import chain, count
from itertools import chain
from operator import attrgetter
from PyQt4 import uic
......
......@@ -4,8 +4,6 @@ from distutils.core import setup
from distutils.extension import Extension
from Cython.Build import cythonize
from itertools import chain
import glob
import os
import re
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment