missing import
This commit is contained in:
		
							parent
							
								
									976ca0a2da
								
							
						
					
					
						commit
						e3c7150e18
					
				@ -10,7 +10,7 @@ from abc import ABCMeta, abstractmethod
 | 
				
			|||||||
import numpy
 | 
					import numpy
 | 
				
			||||||
from numpy.typing import ArrayLike, NDArray
 | 
					from numpy.typing import ArrayLike, NDArray
 | 
				
			||||||
 | 
					
 | 
				
			||||||
from .traits import Copyable, Scalable, Rotatable, Mirrorable
 | 
					from .traits import Copyable, Scalable, Rotatable, Mirrorable, Bounded
 | 
				
			||||||
from .error import PatternError
 | 
					from .error import PatternError
 | 
				
			||||||
from .utils import rotation_matrix_2d
 | 
					from .utils import rotation_matrix_2d
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user