File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2929# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 
3030# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
3131import  builtins 
32+ import  operator 
3233from  distutils .version  import  LooseVersion 
3334from  typing  import  Union 
3435
35- import  operator 
3636import  numpy  as  np 
3737
3838from  .options  import  OPTIONS 
Original file line number Diff line number Diff line change 1818    VectorizedIndexer ,
1919    as_indexable ,
2020)
21+ from  .npcompat  import  IS_NEP18_ACTIVE , _asarray 
2122from  .options  import  _get_keep_attrs 
2223from  .pycompat  import  dask_array_type , integer_types 
23- from  .npcompat  import  IS_NEP18_ACTIVE , _asarray 
2424from  .utils  import  (
2525    OrderedSet ,
2626    decode_numpy_dict_values ,
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments