mirror of
				https://github.com/ml-explore/mlx.git
				synced 2025-11-04 10:38:10 +08:00 
			
		
		
		
	Add isort pre-commit and run (#68)
This commit is contained in:
		@@ -1,13 +1,12 @@
 | 
			
		||||
# Copyright © 2023 Apple Inc.
 | 
			
		||||
 | 
			
		||||
import math
 | 
			
		||||
import unittest
 | 
			
		||||
from itertools import permutations
 | 
			
		||||
 | 
			
		||||
import math
 | 
			
		||||
import mlx.core as mx
 | 
			
		||||
import numpy as np
 | 
			
		||||
 | 
			
		||||
import mlx_tests
 | 
			
		||||
import numpy as np
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
class TestBlas(mlx_tests.MLXTestCase):
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user