mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-03 18:55:46 +08:00
BUG: python2 implicit import is the worst feature ever
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user