mirror of
https://github.com/wassname/catalyst.git
synced 2026-08-17 11:16:40 +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