BUG: python2 implicit import is the worst feature ever

This commit is contained in:
llllllllll
2015-10-06 13:52:53 -04:00
parent 8c1bcd684e
commit a58fe4b492
+1 -1
View File
@@ -1,6 +1,6 @@
"""Blaze integration with the pipeline API.
"""
from __future__ import division
from __future__ import division, absolute_import
from abc import ABCMeta, abstractproperty
from collections import namedtuple, defaultdict