mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-05 03:02:00 +08:00
STY: unused imports
This commit is contained in:
@@ -127,7 +127,7 @@ from __future__ import division, absolute_import
|
||||
from abc import ABCMeta, abstractproperty
|
||||
from collections import namedtuple, defaultdict
|
||||
from copy import copy
|
||||
from functools import partial, reduce
|
||||
from functools import partial
|
||||
from itertools import count
|
||||
import warnings
|
||||
from weakref import WeakKeyDictionary
|
||||
@@ -137,7 +137,6 @@ from datashape import (
|
||||
Date,
|
||||
DateTime,
|
||||
Option,
|
||||
floating,
|
||||
isrecord,
|
||||
isscalar,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user